import { BlobStringReply, DoubleReply, MapReply } from '../RESP/types';
declare function transformVLinksWithScoresReply(reply: Array<Array<BlobStringReply>>): Array<Record<string, DoubleReply>>;
declare const _default: {
    readonly IS_READ_ONLY: true;
    readonly parseCommand: (this: void, parser: import("../..").CommandParser, key: import("../RESP/types").RedisArgument, element: import("../RESP/types").RedisArgument) => void;
    readonly transformReply: {
        readonly 2: typeof transformVLinksWithScoresReply;
        readonly 3: () => Array<MapReply<BlobStringReply, DoubleReply>>;
    };
};
export default _default;
//# sourceMappingURL=VLINKS_WITHSCORES.d.ts.map