import type { RouteContext } from '../router.js'; declare function invalidateModelCache(): void; export declare function handleModelCommand(args: string, ctx: RouteContext): Promise; /** Test-only diagnostic: clear caches between cases. */ export declare const _internal: { invalidateModelCache: typeof invalidateModelCache; }; export {}; //# sourceMappingURL=model.d.ts.map