export declare function bench(fn: T, name?: string): T; export declare function Bench(value: T, context: ClassMethodDecoratorContext): (this: any, ...args: any) => any; export declare function measure(cb: () => T): T;