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