import { FileManager } from '../types'; declare type Args = { value: FileManager; }; declare function filesValidator({ value }: Args): void; export { filesValidator }; //# sourceMappingURL=files-validator.d.ts.map