export declare class Promises { static timeout(promise: Promise, ms: number): Promise; }