export declare function serializeBoundedRemoteJson(value: unknown, options: { label: string; maxBytes: number; }): string; export declare function assertNoBinaryPayload(value: unknown, label: string): void; //# sourceMappingURL=remote-json-safety.d.ts.map