export declare const lowerSvelteIslandSyntax: (source: string, _mode?: "server" | "client") => { code: string; transformed: boolean; };