/** * Throws an error if the provided value is not a valid directory * @param value */ export declare function directory(value: string): string;