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