export declare class APIOptions { baseUrl: string; authorization: string; jwtTTL?: number; }