import { Bindings } from '@radic/core'; import { Command } from '../Command'; export default class AuthCommand extends Command { log: Bindings['log']; config: Bindings['config']; guard: Bindings['guard']; commands: string[]; handle(command?: string, name?: string): Promise; hand44le(): Promise; register(): Promise; }