declare function _exports({ userId, database }: { userId: number; database: string; }): Promise; export = _exports;