import { EmptyContext } from "../../util/emptyContext"; import { Confidant } from "../task"; export declare const getTestConfidantLogger: (silent?: boolean) => import("winston").Logger; export declare const getTestConfidant: (silent?: boolean, timeout?: string | undefined) => Confidant>; //# sourceMappingURL=confidantStub.d.ts.map