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