//#region node_modules/@kodelyth/fs-safe/dist/timing.d.ts declare function withTimeout(promise: Promise, timeoutMs: number, labelOrOptions?: string | { label?: string; message?: string; createError?: () => Error; }): Promise; //#endregion export { withTimeout as t };