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