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