import { TestInstance } from "./testInstance"; /** * The stub instance is type of test instance */ export declare class StubInstance extends TestInstance { type: "stub"; }