export declare const birthDate: {
    title: string;
    type: string;
    properties: {
        date: {
            type: string;
        };
        proofs: {
            type: string;
        };
    };
    required: any[];
    additionalProperties: boolean;
};
//# sourceMappingURL=birthDate.d.ts.map