import type { RespBit } from '../index.ts'; export declare function createCommand(key: string, offset: number, value: RespBit): string[]; export declare function setbit(this: T, key: string, offset: number, value: RespBit): Promise;