import { RedisSMQRestApiError } from '../../lib/errors/errors/RedisSMQRestApiError.js'; export declare class InvalidApiServerParamsError extends RedisSMQRestApiError { getProps(): { code: string; defaultMessage: string; }; } //# sourceMappingURL=InvalidApiServerParamsError.d.ts.map