export declare enum Privacy {
    'EVERYONE' = "everyone",
    'FOLLOWERS' = "followers_only",
    'ME' = "only_me"
}
