export interface portlet { title: string; } export default class portletService { static get(portletApiUrl: string, fname: string): Promise; } //# sourceMappingURL=portletService.d.ts.map