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