astro-ghostcms/.pnpm-store/v3/files/9a/4950b68bc0f8876be488ee31633...

11 lines
404 B
Plaintext

import { Custom } from '@vitest/runner';
import '@vitest/runner/utils';
import { ao as BenchFunction, ap as BenchmarkAPI } from './reporters-rzC174PQ.js';
import { Options } from 'tinybench';
declare function getBenchOptions(key: Custom): Options;
declare function getBenchFn(key: Custom): BenchFunction;
declare const bench: BenchmarkAPI;
export { getBenchOptions as a, bench as b, getBenchFn as g };