import SuperJSON from "superjson";
export default function RegisterSuperjsonCustomTypesClientside({ registerCustomTypes, }: {
    registerCustomTypes: (superjson: typeof SuperJSON) => void;
}): null;
//# sourceMappingURL=register-custom-types-client.d.ts.map