import { accessSync } from 'node:fs';
export declare function readableFileValidator(fsAccessSync: typeof accessSync): (filePath: string) => string;
