export declare function resize(node: HTMLElement): SvelteActionReturnType;
export declare function intersection(node: HTMLElement, options?: IntersectionObserverInit): SvelteActionReturnType;
export declare function mutate(node: HTMLElement | SVGElement, options: MutationObserverInit): SvelteActionReturnType;
