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