import type * as Rulebricks from "../index.js"; export interface ContextRelationshipOutgoing extends Rulebricks.ContextRelationshipBase { target_context?: ContextRelationshipOutgoing.TargetContext | undefined; } export declare namespace ContextRelationshipOutgoing { interface TargetContext { id?: string | undefined; name?: string | undefined; slug?: string | undefined; } }