export declare const config: {
    baseUrl: string;
    baseSite: string;
    clientId: string;
    clientSecret: string;
    scope: string;
};
