export interface GeneratedFile { filename: string; content: string; hooks: string; } //# sourceMappingURL=types.d.ts.map