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