import type { TopLevelProjection } from "./projection.js"; export interface EmittedIndexFile { fileName: string; content: string; } export declare function emitIndex(projections: TopLevelProjection[]): EmittedIndexFile; export declare function toIndexConstantName(projectionModelName: string): string; export declare const __test: { toIndexConstantName: typeof toIndexConstantName; }; //# sourceMappingURL=emit-index.d.ts.map