import { BotAuthCredential } from "./botAuthCredential"; export declare class AADRegistration { static registerAADAppAndGetSecretByGraph(graphToken: string, displayName: string): Promise; static registerAADAppAndGetSecretByAppStudio(appStudioToken: string, displayName: string): Promise; } //# sourceMappingURL=aadRegistration.d.ts.map