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