import type { ZoraPluginDescriptor } from '../../types/plugin'; /*** Describe the complete ZORA core runtime and authoring surface through the public plugin contract. */ export declare const ZORA_CORE_PLUGIN: ZoraPluginDescriptor; //# sourceMappingURL=ZORA_CORE_PLUGIN.d.ts.map