import type { Program } from '@getlang/ast'; export declare function analyze(ast: Program): { inputs: Set; imports: Set; calls: Set; modifiers: Map; hasUnboundSelector: boolean; };