export declare enum AgreementSignatureStatusEnum {
    PENDING = "Pending",
    SIGNED = "Signed"
}
