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