export interface Configuration {
    EntryFiles: string[];
}
export declare function TestsGenerator(testsCasesPath: string): Promise<void>;
