export declare type Constructor = new (...args: any[]) => T; export declare function delay(pollInterval: number): Promise;