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