export declare function promiseTimeout<T>(promise: Promise<T>, timeoutMs: number): Promise<T | null>;
//# sourceMappingURL=promiseTimeout.d.ts.map