import type { DatastarPlugin, HTMLOrSVG } from './types'; export declare const DELETE: unique symbol; export declare function setAlias(value: string): void; export declare function aliasify(name: string): string; export declare function load(...pluginsToLoad: DatastarPlugin[]): void; export declare function apply(root?: HTMLOrSVG): void;