import { CLType } from './index'; import { CLTypeTag } from './constants'; export declare class CLAnyType extends CLType { linksTo: string; tag: CLTypeTag; }