import { HttpClient } from '@wix/sdk-types'; import { CmpConfig } from './bu-legal-v2-cmp-config-cmp.universal.js'; export declare const __metadata: { PACKAGE_NAME: string; }; export declare function getCmpConfig(httpClient: HttpClient): GetCmpConfigSignature; interface GetCmpConfigSignature { /** * Retrieves a CMP config. * @returns Requested CMP config. */ (): Promise; } export declare function updateCmpConfig(httpClient: HttpClient): UpdateCmpConfigSignature; interface UpdateCmpConfigSignature { /** * Updates a CMP config. * @param - CMP config to be updated. * @returns Updated CMP config. */ (cmpConfig: CmpConfig): Promise; } export { ActionEvent, CmpConfig, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, GetCmpConfigRequest, GetCmpConfigResponse, IdentificationData, IdentificationDataIdOneOf, MessageEnvelope, RestoreInfo, UpdateCmpConfigRequest, UpdateCmpConfigResponse, WebhookIdentityType, } from './bu-legal-v2-cmp-config-cmp.universal.js';