import type { ScreenTypecheckInput, ScreenTypecheckResult } from "../checking/toolchain.js"; export declare const edgeTypecheck: ({ source, typings, lib, components }: ScreenTypecheckInput) => ScreenTypecheckResult; //# sourceMappingURL=typecheck.d.ts.map