import { Config } from '../types'; /** * Loads and validates configuration from environment variables */ export declare function loadConfig(): Config; /** * Gets the access token via client credentials grant */ export declare function getAccessToken(config: Config): Promise; //# sourceMappingURL=auth.d.ts.map