/** Package-owned durable suggest-prompt invariants. @module @studyzy/dsh-suggest-prompt/invariant */ import type { Context } from '@deepseek-ai/cordis'; /** Cordis companion plugin name. */ export declare const name = "suggest-prompt-invariant"; /** Service required before the companion can reserve package ownership. */ export declare const inject: string[]; /** * Register the suggest-prompt invariant companion. * @param ctx - Cordis context carrying the invariant service. * @returns the installed registration's disposer after setup succeeds. */ export declare const apply: (ctx: Context) => Promise<() => void>; //# sourceMappingURL=invariant.d.ts.map