import type { SvelteConfig } from "./index.js"; export declare function parseConfig(code: string): SvelteConfig | null;