export interface IArgument { name: string; description: string; } declare const _default: (commands?: {}) => void; export default _default;