import { DrawingID, PluginID } from '@buerli.io/core'; export declare const useRetainVisibility: (drawingId: DrawingID, pluginId: PluginID) => void;