declare const _default: {
    type: string;
    required: boolean;
    properties: {
        ver: {
            type: string;
        };
        dob: {
            type: string;
            required: boolean;
        };
        nam: {
            type: string;
            required: boolean;
            properties: {
                fn: {
                    type: string;
                    required: boolean;
                };
                gn: {
                    type: string;
                    required: boolean;
                };
                fnt: {
                    type: string;
                    required: boolean;
                };
                gnt: {
                    type: string;
                    required: boolean;
                };
            };
        };
        v: {
            type: string;
            items: {
                type: string;
                properties: {
                    tg: {
                        type: string;
                        required: boolean;
                    };
                    vp: {
                        type: string;
                        required: boolean;
                    };
                    mp: {
                        type: string;
                        required: boolean;
                    };
                    ma: {
                        type: string;
                        required: boolean;
                    };
                    dn: {
                        type: string;
                        required: boolean;
                    };
                    sd: {
                        type: string;
                        required: boolean;
                    };
                    dt: {
                        type: string;
                        required: boolean;
                        format: string;
                    };
                    co: {
                        type: string;
                        required: boolean;
                    };
                    is: {
                        type: string;
                        required: boolean;
                    };
                    ci: {
                        type: string;
                        required: boolean;
                    };
                };
            };
        };
        t: {
            type: string;
            items: {
                type: string;
                properties: {
                    tg: {
                        type: string;
                        required: boolean;
                    };
                    tt: {
                        type: string;
                        required: boolean;
                    };
                    sc: {
                        type: string;
                        required: boolean;
                        format: string;
                    };
                    tr: {
                        type: string;
                        required: boolean;
                    };
                    co: {
                        type: string;
                        required: boolean;
                    };
                    is: {
                        type: string;
                        required: boolean;
                    };
                    ci: {
                        type: string;
                        required: boolean;
                    };
                };
            };
        };
        r: {
            type: string;
            items: {
                type: string;
                properties: {
                    tg: {
                        type: string;
                        required: boolean;
                    };
                    fr: {
                        type: string;
                        required: boolean;
                        format: string;
                    };
                    co: {
                        type: string;
                        required: boolean;
                    };
                    is: {
                        type: string;
                        required: boolean;
                    };
                    df: {
                        type: string;
                        required: boolean;
                        format: string;
                    };
                    du: {
                        type: string;
                        required: boolean;
                        format: string;
                    };
                    ci: {
                        type: string;
                        required: boolean;
                    };
                };
            };
        };
    };
};
export default _default;
