import { Ecanna } from "src"; export declare const getEcanna: () => Ecanna; export declare enum Matcher { toBe = 0, toEqual = 1, toContain = 2, toMatch = 3, toThrow = 4, Get = 5 } export declare const createTests: (tests_spec: any[]) => void; //# sourceMappingURL=e2etestlib.d.ts.map