export declare function parseConcreteType(abi: any, types: any, concreteTypeId: any, name: any): {
    name: any;
    type: any;
    typeArguments: any;
};
/**
 * This will transpile new ABIs (spec: "1") to the old format.
 *
 * The new format got these new props:
 *    - `specVersion`,
 *    - `concreteTypes`
 *    - `metadataTypes`
 *
 * The old format contains only:
 *    - `types`
 */
export declare function transpileAbi(abi: any): any;
//# sourceMappingURL=transpile-abi.d.ts.map