import { MichelsonJSON, MichelsonMicheline } from '../typings';
export declare const michelineOfJSON: (json: MichelsonJSON) => MichelsonMicheline;
declare const Converter: {
    michelineOfJSON: (json: MichelsonJSON) => MichelsonMicheline;
};
export default Converter;
