export type CreateAadAppOutput = { clientId?: string; objectId?: string; tenantId?: string; authorityHost?: string; authority?: string; clientSecret?: string; }; export declare const OutputKeys: { clientId: string; objectId: string; tenantId: string; authorityHost: string; authority: string; clientSecret: string; }; //# sourceMappingURL=createAadAppOutput.d.ts.map