export interface DeleteDeckCommand { id: string; soft?: boolean; } //# sourceMappingURL=DeleteDeckCommand.d.ts.map