export type AuthArgs = { host: string; baseDir?: string; check?: boolean; email?: boolean; }; export declare function checkCredentials(): Promise; export declare function auth(args: AuthArgs): Promise;