import { Dictionary } from 'ts-essentials';
import { FunctionDeclaration } from 'typechain';
export declare function codegenForFunctions(fns: Dictionary<FunctionDeclaration[]>): string;
