export * from './types'; export * from './typeguards'; export declare const jwtEndpoint: (careInstanceName: string, ownerId: string, appId: string) => string; export declare const apiEndpoint: (region: 'US' | 'EMEA' | 'APAC') => "https://api.app.lithium.com" | "https://api-eu.app.lithium.com" | "https://api-ap.app.lithium.com";