import * as z from "zod/v3"; export type DeleteCompanyRequest = { /** * Unique identifier for a company. */ companyId: string; }; /** @internal */ export type DeleteCompanyRequest$Outbound = { companyId: string; }; /** @internal */ export declare const DeleteCompanyRequest$outboundSchema: z.ZodType; export declare function deleteCompanyRequestToJSON(deleteCompanyRequest: DeleteCompanyRequest): string; //# sourceMappingURL=deletecompany.d.ts.map