import { RequestOptionsFactory } from '@wix/sdk-types'; /** Overrides all the roles of a contributor for the specified site. */ export declare function changeRole(payload: object): RequestOptionsFactory; /** Retrieves a list of contributors for the specified site, given the provided filters. */ export declare function querySiteContributors(payload: object): RequestOptionsFactory;