export declare function createCommand(name: string): string[]; export declare function moduleUnload(this: T, name: string): Promise<"OK">;