import { UserError } from "@microsoft/teamsfx-api"; export declare class OauthAuthMissingInSpec extends UserError { constructor(actionName: string, authName: string); } //# sourceMappingURL=oauthAuthMissingInSpec.d.ts.map