import { StringMap } from "yajdb/dist/esm/types/operations"; import { AuthData } from "../types/auth"; export declare function createDb(): Promise; export declare function updateLoginDatas(updatePayload: StringMap): Promise; export declare function getAuthDatas(): Promise;