import type { FileHandle } from "node:fs/promises"; export declare function resolveOpenedFileRealPathForHandle(handle: FileHandle, ioPath: string): Promise; //# sourceMappingURL=opened-realpath.d.ts.map