import { Cache, Command } from "../"; export declare const loadCommands: (commands: Cache, asJSON?: boolean) => { [k: string]: Command; };