import type { AdspirerConfig } from "./types.js"; export declare function parseConfig(raw: unknown): AdspirerConfig; export declare function isAuthenticated(config: AdspirerConfig): boolean; export declare function isTokenExpiringSoon(config: AdspirerConfig, thresholdMs?: number): boolean; export declare function shouldRegisterTool(toolName: string, toolGroup: string | null, config: AdspirerConfig): boolean; export declare const adspirerConfigSchema: { parse: typeof parseConfig; }; //# sourceMappingURL=config.d.ts.map