import { IDic, ITYPES } from "../publicApi";
export declare function throwIfExtraAbstractionsFromTypes(_: {
    TYPES: ITYPES;
    dic: IDic;
    entryPointAbstractions: symbol[];
}): void;
