import { RequestOptionsFactory } from '@wix/sdk-types'; /** Retrieves a CMP config. */ export declare function getCmpConfig(payload: object): RequestOptionsFactory; /** Updates a CMP config. */ export declare function updateCmpConfig(payload: object): RequestOptionsFactory;