import { BaseType } from "../Type/BaseType";
export declare function isAssignableTo(target: BaseType | undefined, source: BaseType | undefined, insideTypes?: Set<BaseType>): boolean;
