import { TSignature, TTypeConverterFn } from "./types"; export declare function parseSignature(str: string, types?: Record>, defaultType?: string): TSignature;