import { CommandParams } from './command.types'; export declare function CommandD(params: CommandParams): any; export declare function CommandD(name: string): any; export declare function CommandD(): any;