import { SolidisProtocols } from '../index.ts'; import type { RespHelloInfo } from '../index.ts'; export declare function createCommand(protocol: SolidisProtocols, username?: string, password?: string, clientName?: string): string[]; export declare function hello(this: T, protocol: SolidisProtocols, username?: string, password?: string, clientName?: string): Promise;