import { ElementWithExtras, Fusion } from './types'; export declare const init: (element: ElementWithExtras, args: readonly unknown[]) => Fusion;