import { Project, SourceFile } from 'ts-morph'; import { type LexiconDoc } from '@atproto/lexicon'; import { type GeneratedFile } from '../types.js'; export declare const utilTs: (project: any) => Promise; export declare const lexiconsTs: (project: any, lexicons: LexiconDoc[]) => Promise; export declare function gen(project: Project, path: string, gen: (file: SourceFile) => Promise): Promise; //# sourceMappingURL=common.d.ts.map