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