import { RequestOptionsFactory } from '@wix/sdk-types'; /** Retrieves a list of up to 100 content schemas, given the provided paging and filters. */ export declare function listContentSchemas(payload: object): RequestOptionsFactory; /** Retrieves all schemas that have at least one content key. */ export declare function getSiteContentSchemas(payload: object): RequestOptionsFactory;