export declare enum SignStatus { NotSigned = 0, Signed = 1, Rejected = 2 }