import { ECDb } from "../../ECDb";
export declare class ECDbTestHelper {
    static createECDb(outDir: string, fileName: string, schemaXml?: string): ECDb;
}
//# sourceMappingURL=ECDbTestHelper.d.ts.map