import type { Node } from '../../types.js';
export declare const state: (parent: SVGAElement, node: Node) => Promise<any>;
