export declare const generateCodeForFileCreation: (filePath: string, pathRelativeTo: string) => Promise; export declare const chunkFileContent: (fileContent: string) => string; export declare const getInitialCode: () => string; export declare const getCompiledMacrosCode: (macros: string[]) => Promise;