export declare function buildMossCliIdentity(options?: { model?: string; usingBundledDefault?: boolean; contextTokens?: number; }): string; export declare const MOSS_CLI_IDENTITY: string; /** * Non-overridable model-honesty footer, appended to ANY soul (including a * custom `soul.md`) so a custom persona cannot drop the "name the real model" * guarantee. Bilingual. Parameterized by the same model/gateway context as * {@link buildMossCliIdentity}. Used by `resolveSoulIdentity` when a soul file * replaces the default identity; the default identity already embeds this * guarantee, so the footer is only appended for non-default souls. */ export declare function buildModelHonestyFooter(options?: { model?: string; usingBundledDefault?: boolean; }): string; //# sourceMappingURL=identity.d.ts.map