import { rootNodeVisitor } from "codama";
/**
 * Codama visitor for rendering the code to be TypeScript compatible.
 * @param path
 * @returns
 */
export declare function renderESMTypeScriptVisitor(path: string): ReturnType<typeof rootNodeVisitor>;
//# sourceMappingURL=render-esm-typescript-visitor.d.ts.map