import type * as Vital from "../index.js"; export interface CompanyDetails { name: string; address: Vital.Address; }