export type CompanyIdentifier = {
    /**
     * The unique reference for the company identifier type as defined in the country SDK.
     *
     */
    ref: string;
    /**
     * The company identifier value.
     *
     */
    value: string;
};
//# sourceMappingURL=company-identifier.d.ts.map