export interface Command { readonly type?: string; readonly metadata?: Record; } //# sourceMappingURL=command.interface.d.ts.map