import { MinimalInterpreterStep } from "hardhat/internal/hardhat-network/provider/vm/types";
import { Item } from "../types";
import { LOG } from "./log";
export interface LOG0 extends LOG {
    topics: [];
}
declare function parse(step: MinimalInterpreterStep, currentAddress?: {
    value: string;
}): Item<LOG0>;
declare const _default: {
    parse: typeof parse;
};
export default _default;
//# sourceMappingURL=log0.d.ts.map