export = commands; declare const commands: { auth: (...args: any[]) => Promise; config: (...args: any[]) => Promise; 'update-exclude-policy': (...args: any[]) => Promise; describe: (...args: any[]) => Promise; help: (...args: any[]) => Promise; ignore: (...args: any[]) => Promise; monitor: (...args: any[]) => Promise; fix: (...args: any[]) => Promise; policy: (...args: any[]) => Promise; protect: (...args: any[]) => Promise; test: (...args: any[]) => Promise; version: (...args: any[]) => Promise; about: (...args: any[]) => Promise; wizard: (...args: any[]) => Promise; woof: (...args: any[]) => Promise; log4shell: (...args: any[]) => Promise; apps: (...args: any[]) => Promise; };