interface Data { [key: string]: unknown; } export declare const compileTemplate: (templatePath: string, data: Data, outputPath: string) => void; export declare const runInitialStructureCompilation: () => void; export {};