import { RequestOptionsFactory } from '@wix/sdk-types'; /** Returns suggestions of custom fields to add. */ export declare function listCustomFieldSuggestions(payload: object): RequestOptionsFactory; /** Returns suggestions of custom fields to add by specified type. */ export declare function queryCustomFieldSuggestions(payload: object): RequestOptionsFactory;