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