import { GVL } from '@iabtechlabtcf/core'; export declare class GVLFactory { static getVersion(version: number, schema?: string): GVL; static getLatest(schema?: string): GVL; }