import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common';
export declare class ScriptResultMismatchError extends RedisSMQError<{
    expected: number;
    actual: number;
}> {
    getProps(): IRedisSMQErrorProperties;
}
//# sourceMappingURL=script-result-mismatch.error.d.ts.map