export declare class Tripwire { /** @internal */ private readonly _brand; readonly signal: string; readonly recommendation: string; constructor(opts: { signal: string; recommendation: string; }); } export type GovernorDepth = "early" | "mid" | "late"; /** @deprecated Use {@link GovernorDepth}. Kept as a wire-format alias. */ export type SessionDepth = GovernorDepth; //# sourceMappingURL=types.d.ts.map