import { Timestamp as PbTimestamp } from 'google-protobuf/google/protobuf/timestamp_pb';
import { Timestamp } from "../model/Timestamp";
import { Codec } from "./Codec";
export declare const TimestampCodec: Codec<PbTimestamp, Timestamp>;
