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