import { ReturningLogFinderResult } from "@terra-money/log-finder"; import { Tx } from "@daodiseomoney/daodiseo.js"; import { Amount, LogFinderActionResult } from "./types"; export declare const defaultAction: (tx: Tx) => LogFinderActionResult[]; export declare const formatLogs: (data: ReturningLogFinderResult, msgType: string, address: string, timestamp: string, txhash: string) => { timestamp: string; txhash: string; fragment: import("@terra-money/log-finder").LogFragment; match: import("@terra-money/log-finder").Attributes; height?: number | undefined; transformed?: Amount | undefined; chunk?: Record | undefined; }; export declare const attachDenom: (string: string) => string;