import { ConnectReturnType } from "../../types/mapping/connect";
/**
 * Connect the users account, this is the same as login/signup in one function.
 * @returns The the users details.
 */
export declare function connect(): Promise<ConnectReturnType>;
