export declare abstract class BaseCommand { static create(this: new (...args: any[]) => T, data: T): T; } //# sourceMappingURL=base.command.d.ts.map