import type { FunctionDeclaration } from 'estree';
import type { SveltosisComponent } from '../types';
export declare function parseFunctions(json: SveltosisComponent, node: FunctionDeclaration): void;
