import { CommandParser } from '../client/parser';
import { SimpleStringReply } from '../RESP/types';
import { RedisVariadicArgument } from './generic-transformers';
declare const _default: {
    readonly parseCommand: (this: void, parser: CommandParser, fieldset: string, fields: RedisVariadicArgument) => void;
    readonly transformReply: () => SimpleStringReply<'OK'>;
};
export default _default;
//# sourceMappingURL=HIMPORT_PREPARE.d.ts.map