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