export declare function timeoutable<T>(action: () => Promise<T>, timeout: number): Promise<T>;
