import { EventDeclaration } from 'typechain'; export declare function generateEventHandler(event: EventDeclaration, contractName: string, includeArgTypes: boolean): string; export declare function generateEventHandlers(events: EventDeclaration[], contractName: string): string; export declare function generateEventFilters(events: EventDeclaration[]): string[]; //# sourceMappingURL=event-handler.d.ts.map