import { ECodeType } from '../../../types'; export declare function generateDefaultCode(ctx: { id: string; version?: string; }, type: ECodeType, scope: 'component' | 'page' | 'app'): string; //# sourceMappingURL=template.d.ts.map