export declare const VITE_API_HOST: any;
export declare const SENDER_APP: any;
export declare const API_KEY: any;
export declare const ALG = "HS256";
export declare const BASIC_AUTH: any;
export declare function decodeJwtExp(token: string): number | null;
export declare function getAccessToken(): Promise<string>;
export declare function fetchIntentsAndEntities(token: string, query: string): Promise<any>;
export declare function fetchCredibleMindSuggestions(token: string, content_query: string): Promise<any>;
export declare function fetchProviderSearch(token: string, slots: {
    gender?: string;
    specialty?: string;
    provider_type?: string;
    location?: string;
    language?: string;
}): Promise<any>;
//# sourceMappingURL=api.d.ts.map