export declare const preprocessSvelteContent: (content: any) => any; declare const partialHydration: { markup: ({ content }: { content: any; }) => Promise<{ code: any; }>; }; export default partialHydration;