export interface ReplaceImportPathsOptions { source: string; sourceDir: string; ext?: string; } export declare const replaceImportPaths: (options: ReplaceImportPathsOptions) => string;