export declare const validateNodeName: (name: string) => string | undefined; export declare function isNodeErrnoException(error: unknown): error is NodeJS.ErrnoException; export declare function isEnoentError(error: unknown): boolean;