export declare const buildExcludedFile: () => Promise; export declare const addExcludedFiles: (directory: string, name: string, filePath: string) => Promise; export declare const removeExcludedFiles: (directory: string, filePath: string) => Promise; //# sourceMappingURL=buildExcludedFile.d.ts.map