export declare const STRAPI_JWT = "tina_strapi_jwt"; export declare class TinaStrapiClient { authenticate(username: string, password: string): Promise; }