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