import type { RespPubsubNumsub } from '../index.ts'; export declare function createCommand(channels?: string[]): string[]; export declare function pubsubNumsub(this: T, channels?: string[]): Promise;