import type { IDic } from "../publicApi";
export declare function detectCycles(_: {
    dic: IDic;
    /**
     * @description
     * The abstractions that have their concretions exposed in the entry point of your program.
     */
    entryPointAbstractions: symbol[];
}): void;
