import { BaseType } from "./BaseType"; export declare class ConstructorType extends BaseType { getId(): string; }