import type { SveltosisComponent } from '../types'; export declare function addToOnInitHook(json: SveltosisComponent, code: string): void;