export declare function parseJSONFromBuffer(data: Uint8Array): T; export declare function parseStringFromBuffer(data: Uint8Array): string | null;