export declare function isAuthed(): Promise<any>;
export declare function verifyAPI(api: any): Promise<unknown>;
