import type { IFunction } from '../types/interfaces/IFunction';
import type { IRawAbiFunction } from '../types/interfaces/IRawAbiFunction';
import type { IType } from '../types/interfaces/IType';
export declare function parseFunctions(params: {
    types: IType[];
    rawAbiFunctions: IRawAbiFunction[];
}): IFunction[];
//# sourceMappingURL=parseFunctions.d.ts.map