/** * Throws an error if the provided value is not a valid path to a file * @param value */ export declare const file: () => (value: string) => string;