export declare function createCommand(username?: string, password?: string): string[]; export declare function auth(this: T, username?: string, password?: string): Promise<"OK">;