export declare const azureAdConf: {
    instance: string;
    clientId: string;
    scope: string;
    redirectUri: string;
    tenantId: string;
};
export declare const apiHostname: string;
