import type { ABITypeRef } from "@ton/core"; import type { WriterContext } from "../Writer"; export declare function resolveFuncTypeFromAbi(fields: ABITypeRef[], ctx: WriterContext): string;