export declare const generateTestsFiles: (contract: any, events: any[], indexEvents?: boolean) => {
    [x: string]: string;
};
