export declare enum PrivacyStatus { OPT_IN = "OPT_IN", OPT_OUT = "OPT_OUT", UNKNOWN = "UNKNOWN" }