/** * Example template generators for init-lexicon scaffold. */ export declare function generateExamplePackageJson(name: string): string; export declare function generateExampleInfraTs(name: string, names: { packageName: string; }): string; //# sourceMappingURL=examples.d.ts.map