/**
 * Rewrite import and export statements to append the correct .js file extension when needed
 */
export declare function rewriteCodeImports(fileContents: string, absoluteFilePath: string): string;
//# sourceMappingURL=rewrite-code-imports.d.ts.map