import type fs from 'fs';
declare const _default: {
    lstat: typeof fs.lstat;
    lstatReal: typeof fs.lstat;
    readdir: typeof fs.readdir;
    realpath: typeof fs.realpath;
    stat: typeof fs.stat;
};
export default _default;
