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