import { ErrnoException } from '../../types';
export declare function getEnoent(): ErrnoException;
export declare function getEperm(): ErrnoException;
