import type { CuiTools } from '../interfaces'; export declare function createEditorTools(resourceUrl: string): CuiTools; export declare function createEditorTools(config: Partial, resourceUrl?: string): CuiTools;