import { Fetch } from '../utils'; export declare class WidgetApi { fetchInstance: Fetch; constructor(endpoint: string, token: string); requestWidgetUrl: (req: any) => Promise; }