import { GDPRConsentParameters, LangInterface, ServiceInterface } from "../interfaces/index.js";
export declare function read(gdprConsentParams: GDPRConsentParameters): string;
export declare function create(key: string, status: boolean | string, gdprConsentParams: GDPRConsentParameters): void;
export declare function purge(arr: string[]): void;
export declare function checkCount(key: string, service: ServiceInterface, lang: LangInterface): void;
