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