export declare type clientData = { token: string; twitch_client_id: string; }; export declare type IgetToken = { access_token: string; expires_in: number; scope: Array; token_type: string; }; export declare type Tpagination = { cursor: string; };