declare const _default: (email: string, password: string, alias: string, baseURL: string) => Promise<string>;
export default _default;
