import { StaffbaseWidgetManagerPrototype } from '../types/widgets/StaffbaseWidgetManagerPrototype'; /** * Resolves the host widget-manager prototype (the private fallback API) from the * global Staffbase object, or null when it is unavailable. * @returns {StaffbaseWidgetManagerPrototype | null} The prototype or null. */ export declare const getWidgetManagerPrototype: () => StaffbaseWidgetManagerPrototype | null; //# sourceMappingURL=getWidgetManagerPrototype.d.ts.map