import type { Program } from '@getlang/ast'; export declare function registerCalls(ast: Program, contextual?: string[]): Program;