import type { CommandDefinition } from './types.js'; import { BaseLoader } from './base-loader.js'; export declare class CommandLoader extends BaseLoader { constructor(); loadCommand(commandId: string): Promise; private parseAllowedTools; private resolveCommandPath; getAllCommands(): Promise>; private getSourceLabel; private findCommandsInPath; private searchRecursivelyForCommand; } //# sourceMappingURL=command-loader.d.ts.map