import SuperJSON from "superjson";
export declare function RegisterSuperjsonCustomTypesServerside({ registerCustomTypes, }: {
    registerCustomTypes: (superjson: typeof SuperJSON) => void;
}): import("react/jsx-runtime").JSX.Element;
export declare function RegisterCustomSuperjsonTypes({ registerCustomTypes, }: {
    registerCustomTypes: (superjson: typeof SuperJSON) => void;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=register-custom-types-server.d.ts.map