import type { EventCoder, Event, Idl } from '@coral-xyz/anchor'; import type { anchor } from '@wormhole-foundation/sdk-solana'; export declare class WormholeEventsCoder implements EventCoder { constructor(_idl: Idl); decode>(_log: string): Event | null; } //# sourceMappingURL=events.d.ts.map