import { BaseType } from "./BaseType"; export declare class InferType extends BaseType { private id; constructor(id: string); getId(): string; }