import { Mesh } from '.'; export declare function testLog(msg: string): void; export declare function store(mesh: Mesh, id?: string): Mesh; export declare function shutdownAll(id?: string): Promise; type MeshFactory = (opts?: any) => Mesh; export declare function commonTests(description: string, meshFactory: MeshFactory | MeshFactory[], prepare?: (testId?: string) => Promise, cleanup?: (testId?: string) => Promise): void; export {};