import { Remix } from './remix.js'; import { Editor } from '../editor/editor.js'; export declare function registerRemix(id: string, remix: typeof Remix): void; export declare function createRemix(editor: Editor): Remix; export * from './remix.js';