import { CommandInfo } from './command-info';
/**The type definition of a command container */
export type CommandContainer = Record<string, CommandInfo[]>;
//# sourceMappingURL=command-container.d.ts.map