import { DbMeta } from "@worker/model"; import { IDataBase } from "@/common"; export declare const userDbSchema: (db: DbMeta) => IDataBase;