import { EudccPerson, EudccRecoeryGroup } from "./EudccFields";
import { EudccHcert } from "./EudccHcert";
export declare class RecoveryCertificate extends EudccHcert {
    readonly schemaVersion: string;
    readonly person: EudccPerson;
    readonly infromation: EudccRecoeryGroup;
    constructor(schemaVersion: string, person: EudccPerson, infromation: EudccRecoeryGroup);
}
