import { UserError } from "@microsoft/teamsfx-api"; export declare class ClientSecretNotAllowedError extends UserError { constructor(actionName: string, isMicrosoftUser?: boolean); } //# sourceMappingURL=clientSecretNotAllowedError.d.ts.map