declare function _exports({ id, trnsrc, user, phoneNumber }: { id: string; trnsrc: string; user: string; phoneNumber: string; }): string; export = _exports;