import type { SvelteTransformPage } from '../types';
export default function kit_init(page: SvelteTransformPage): Promise<void>;
