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