import type { CommandShutdownOptions } from '../index.ts'; export declare function createCommand(options?: CommandShutdownOptions): string[]; export declare function shutdown(this: T, options?: CommandShutdownOptions): Promise<"OK">;