UNPKG

@codegenie/cli

Version:
12 lines 428 B
import { Command } from '@oclif/core'; import { CodeGenieConfig } from './config.js'; export declare class UnauthException extends Error { constructor(causeError: any); } export declare abstract class AuthCommand extends Command { codeGenieConfig: CodeGenieConfig; init(): Promise<void>; refreshToken(): Promise<void>; getCurrentConfig(): Promise<CodeGenieConfig>; } //# sourceMappingURL=AuthCommand.d.ts.map