import { ethers } from 'ethers'; declare const logNoteIface: ethers.utils.Interface; export declare function tryParseDsNote(topics: string[], data: string): ReturnType | undefined; export declare function tryParseDsNoteVer2(topics: string[], data: string): ReturnType | undefined; export {};