import { Type as Value } from "./Value"; export declare namespace $.google.protobuf { interface ListValue { values: Value[]; } } export declare type Type = $.google.protobuf.ListValue; export declare function getDefaultValue(): $.google.protobuf.ListValue; export declare function createValue(partialValue: Partial<$.google.protobuf.ListValue>): $.google.protobuf.ListValue; export declare function encodeJson(value: $.google.protobuf.ListValue): unknown; export declare function decodeJson(value: any): $.google.protobuf.ListValue; export declare function encodeBinary(value: $.google.protobuf.ListValue): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.google.protobuf.ListValue; //# sourceMappingURL=ListValue.d.ts.map