import { Stats } from 'node:fs'; export declare function touch(p: string): Promise; export declare function ls(dir: string): Promise>; export declare function wait(ms: number, unref?: boolean): Promise;