import { Program, Event } from '@coral-xyz/anchor'; export declare function parseLogs(program: Program, logs: string[], programId?: string): Event[];