export declare const useServerEffect: (id: string, effect: () => void, dependencies: unknown[]) => void;