import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
import type { InsertNodeAPI } from '../types';
export type CreateInsertNodeAPIProps = Object;
export declare const createInsertNodeAPI: (analyticsApi: EditorAnalyticsAPI | undefined) => InsertNodeAPI;
