import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
import type { SyncBlockStoreManager } from '@atlaskit/editor-synced-block-provider';
import type { SyncedBlockPlugin } from '../syncedBlockPluginType';
export declare const SyncBlockRefresher: ({ syncBlockStoreManager, api, }: {
    api?: ExtractInjectionAPI<SyncedBlockPlugin>;
    syncBlockStoreManager: SyncBlockStoreManager;
}) => null;
