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