import { IAutoBeCompiler } from "@autobe/interface"; import { Semaphore } from "tstl"; export declare const getCriticalCompiler: (critical: Semaphore, compiler: IAutoBeCompiler) => IAutoBeCompiler;