export interface OpenInEditorOptions { url?: string; } declare const openInEditor: (pluginConfig?: OpenInEditorOptions) => () => { onCommand: (command: import("lib/reactotron-core-contract/dist/types/src").Command) => void; }; export default openInEditor;