import { TCModel, GVL } from '@iabtechlabtcf/core'; export declare class TCModelFactory { static noGVL(gvl?: GVL): TCModel; private static createBaseTCModel; static addPublisherRestrictions(tcModel: TCModel, gvl?: GVL): TCModel; static withGVL(gvl?: GVL): TCModel; }