export declare const usePluginState: <T>(key: string, initialValue: T) => readonly [T, (value: T) => void];
