import { Suite } from 'benchmark'; import { ISafeValue } from '../src/internal/Utils'; export declare function testFunction(arr: number[]): Array>; export declare function bm_tryCatch(suite: Suite): Suite;