import { InlayHint } from "vscode-languageserver-protocol"; import type { AgencyProgram } from "../types.js"; import type { ScopeInfo } from "../typeChecker/types.js"; export declare function getInlayHints(program: AgencyProgram, scopes: ScopeInfo[]): InlayHint[];