export declare const timed: (f: (...args: any[]) => any) => (...args: any) => Promise;