import { CodeBlock } from './code-block.js'; import { Import } from './import.js'; export interface CustomFile { customCode?: Array | null; customImports?: Array | null; name?: string | null; path?: string | null; fileName?: string | null; identifier?: string | null; } //# sourceMappingURL=custom-file.d.ts.map