export declare enum AgreementSignatureVerificationMethodEnum {
    FINGERPRINT = "Fingerprint",
    PHYSICAL_ID = "Physical ID"
}
