import type { BenchmarkClient, BenchmarkConfig } from './types.js'; export declare function createBenchmarkClient(config: BenchmarkConfig): Promise; export declare function resolveTokenForApiUrl(apiUrl: string, explicitToken?: string): Promise; export declare function loadFirstLocalToken(): Promise; export declare function isLoopbackApiUrl(apiUrl: string): boolean; //# sourceMappingURL=api.d.ts.map