import { Contract } from 'typechain';
export declare function codegenEventsDeclarations(contract: Contract): string;
export declare function codegenAllPossibleEvents(contract: Contract): string;
export declare function codegenEventsEmitters(contract: Contract): string;
