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