import { RequestOptionsFactory } from '@wix/sdk-types'; /** * Retrieves a list of up to 100 staff who are eligible to receive tips, given * the provided filtering. */ export declare function listTippableStaff(payload: object): RequestOptionsFactory;