export declare function timeout({action, time, error}: { action: () => (any | Promise); time: number; error: Error; }): Promise;