import { CommandParser } from '../client/parser';
import { RedisArgument, BlobStringReply } from '../RESP/types';
declare const _default: {
    readonly parseCommand: (this: void, parser: CommandParser, key: RedisArgument, field: RedisArgument, increment: number) => void;
    readonly transformReply: () => BlobStringReply;
};
export default _default;
//# sourceMappingURL=HINCRBYFLOAT.d.ts.map