declare const benchmark: (name: string, cycles: number, task: () => void) => void;
export default benchmark;
