export declare const config: { benchmarks: { languageServiceIterations: number; }; github: { userAgent: string; typeScriptBotUsername: string; readonly typeScriptBotAuthToken: string; commonParams: { owner: string; repo: string; }; }; comparison: { percentDiffWarningThreshold: number; percentDiffAlertThreshold: number; percentDiffAwesomeThreshold: number; }; };