/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ import type { Plugin } from "vite"; export declare const MANUAL_REFRESH_EVENT_NAME = "ckeditor5-manual:refresh-available"; export declare function refreshPlugin(): Plugin;