import type { Block } from '@/types/pug'; export declare function detectDataFiles(ast: Block): string[]; export declare function removeDataFilesDeclaration(ast: Block): void; //# sourceMappingURL=dataFilesDetector.d.ts.map