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