import { CmcError } from "./cmc.error";
export declare class CmcMonthlyRateLimitError extends CmcError {
}
