import { Response } from "@bitwarden/cli/models/response"; export class DenyAllCommand { constructor() {} async run(organizationId: string): Promise { throw new Error("Not implemented"); } }