import { Compiler } from "./compiler"; import { Expect } from "./expect"; export declare function expecter(factory: (code: string) => string, compiler: Compiler): (code: string) => Expect; export declare function expecter(factory?: (code: string) => string, compilerOptions?: object, rootDirectory?: string): (code: string) => Expect;