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