is-authed.d.ts 113 B

12
  1. export declare function isAuthed(): Promise<any>;
  2. export declare function verifyAPI(api: any): Promise<unknown>;