import { CommandController } from './command'; export * from '../interface/command'; export * from './utils'; export { CommandsRegistry } from './command-register'; export { CommandController } from './command'; export declare const commands: CommandController; //# sourceMappingURL=index.d.ts.map