/** * This should be called by all clients, specifying whether extra widgets are * needed via `loadExtraWidgets`. It is idempotent, so it's not a problem to * call it multiple times. */ declare const init: () => void; export default init;