export { applyInlineDirectivesFastLane } from "./directive-handling.fast-lane.js"; export * from "./directive-handling.impl.js"; export type { InlineDirectives } from "./directive-handling.parse.js"; export { isDirectiveOnly, parseInlineDirectives } from "./directive-handling.parse.js"; export { persistInlineDirectives } from "./directive-handling.persist.js"; export { formatDirectiveAck } from "./directive-handling.shared.js"; import type { ModelAliasIndex } from "../../agents/provider-utils.js"; export declare const resolveDefaultModel: (..._args: unknown[]) => { provider: string; model: string; aliasIndex: ModelAliasIndex; allowedModelKeys: Set; allowedModelCatalog: { id: string; provider: string; }[]; resetModelOverride: boolean; };