export declare type RemoveFollowersRequest = { /** * An array of strings identifying users. These can either be the string "me", an email, or the gid of a user. */ followers: string; };