export declare class DwnCommand { execute({ options, subcommand }: { options?: any; subcommand?: string; }): Promise; } //# sourceMappingURL=dwn.d.ts.map