import { RedisSMQError } from '../../errors/index.js';
export declare class CommandNotSupportedError extends RedisSMQError<{
    command: string;
}> {
    getProps(): {
        code: string;
        defaultMessage: string;
    };
}
//# sourceMappingURL=command-not-supported.error.d.ts.map