export declare const governmentId: {
    title: string;
    type: string;
    properties: {
        type: {
            type: string;
        };
        country: {
            type: string;
        };
        number: {
            type: string;
        };
        issuanceDate: {
            type: string;
        };
        expirationDate: {
            type: string;
        };
        proofs: {
            type: string;
        };
    };
    required: string[];
    additionalProperties: boolean;
};
//# sourceMappingURL=governmentId.d.ts.map