/// <reference types="node" />
import { accessSync } from "fs";
export declare function readableFileValidator(fsAccessSync: typeof accessSync): (filePath: string) => string;
