import { MinimalInterpreterStep } from "hardhat/internal/hardhat-network/provider/vm/types";
import { Item } from "../types";
export interface RETURN {
    data: string;
}
declare function parse(step: MinimalInterpreterStep): Item<RETURN>;
declare const _default: {
    parse: typeof parse;
};
export default _default;
//# sourceMappingURL=return.d.ts.map