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