import type { LoginCLIOptionsSchema } from '@ones-open/cli-utils'; declare function login(baseURL: string | undefined, hostURL: string | undefined, options: LoginCLIOptionsSchema): Promise; export { login }; //# sourceMappingURL=login.d.ts.map