import { Lux } from "src"; export declare const getLux: () => Lux; 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