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