declare type AuthCliCommands = 'wizard' | 'ignore'; export default function auth(apiToken: string, via: AuthCliCommands): Promise; export {};