import type { CompilerContext } from "../context/context"; import type { FactoryAst } from "../ast/ast-helpers"; export declare function resolveSignatures(ctx: CompilerContext, Ast: FactoryAst): CompilerContext;