import { ErrnoException } from '../types.js';
export declare function isEnoentCodeError(_error: ErrnoException): boolean;