declare const gwAPIHandler: (baseUrl: string) => { getQueryContent: (queryId: string) => Promise; getVisuals: (pageNo: number, pageSize: number, scope: string, searchPattern: string, sortBy: string, sortOrder: string, visibility: string, visualType: string) => Promise; getSubscription: () => Promise; }; export { gwAPIHandler }; //# sourceMappingURL=gw.d.ts.map