export declare const Timeout: unique symbol; export declare function thenOrTimeout(p: Promise, timeoutMs: number): Promise;