/** * CompanyRegistry API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const companyRegistry: { /** @see searchCompanyRegistry */ readonly searchCompanyRegistry: (params: import("..").SearchCompanyRegistryParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getSupportedCountries */ readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type CompanyRegistryApi = typeof companyRegistry; //# sourceMappingURL=company-registry.d.ts.map