export declare function withTimeout<T>(promise: Promise<T>, timeoutMs: number): Promise<T>;
