import { ICallback } from './types/index.js'; export declare function withTimeout(callback: ICallback, timeoutMs: number): ICallback; //# sourceMappingURL=with-timeout.d.ts.map