import type { CommandDefinition } from "./types"; export declare function loadUserCommands(): Promise>; export declare function loadProjectCommands(directory?: string): Promise>; export declare function loadOpencodeGlobalCommands(): Promise>; export declare function loadOpencodeProjectCommands(directory?: string): Promise>; export declare function loadAllCommands(directory?: string): Promise>;