import type { Config } from '@jest/types';
type JestPathMapping = Config.InitialOptions['moduleNameMapper'];
export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix, useESM }?: {
    prefix?: string | undefined;
    useESM?: boolean | undefined;
}) => JestPathMapping;
export {};
