import { ContextValidationError } from './errors.js'; export declare function resolveRequiredPath(value: string, field: string): string; export declare function fileReadError(message: string, filePath: string, error: unknown): ContextValidationError; //# sourceMappingURL=fs-paths.d.ts.map