import type { SlashCommand } from '../types.js'; import type { GrantManager } from '../../../agent/tools/grant-manager.js'; export type { GrantManager }; export declare function setAllowDirDispatcher(manager: GrantManager): void; export declare const allowDirCmd: SlashCommand;