import yargs from "yargs"; import DBSetting from "../database/entities/db-setting"; export declare const authConf: yargs.CommandModule; /** * Prompts the user to open an oAuth URL, then accepts the redirect URL and saves the refresh code. * @param refresh */ export declare function terminalAuthFlow(refresh?: string): Promise;