///
import { CompilerOptions } from 'typescript';
declare type TsPathMapping = Exclude;
declare type JestPathMapping = jest.InitialOptions['moduleNameMapper'];
export declare function tsPathsToModuleNameMapper(mapping: TsPathMapping, { prefix }?: {
prefix?: string;
}): JestPathMapping;
export {};