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