import { GolingvuMetafile } from "./golingvuMetafile/types";
export declare function generateGolingvuMetafile(testName: string, entryPoints: string[]): Promise<GolingvuMetafile>;
