export declare namespace $.google.protobuf { interface BytesValue { value: Uint8Array; } } export declare type Type = $.google.protobuf.BytesValue; export declare function getDefaultValue(): $.google.protobuf.BytesValue; export declare function createValue(partialValue: Partial<$.google.protobuf.BytesValue>): $.google.protobuf.BytesValue; export declare function encodeJson(value: $.google.protobuf.BytesValue): unknown; export declare function decodeJson(value: any): $.google.protobuf.BytesValue; export declare function encodeBinary(value: $.google.protobuf.BytesValue): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.google.protobuf.BytesValue; //# sourceMappingURL=BytesValue.d.ts.map