import type { Element } from '../../../../../node_modules/svelte/types/compiler/interfaces';
import type { SveltosisComponent } from '../types';
export declare function parseAction(json: SveltosisComponent, nodeReference: string, attribute: Element['attributes'][number]): void;
