import { Type } from "./Type"; export declare class UnknownType extends Type { toString(): string; }