/** * This file re-exports the types, internally used by the SDK capabilities, that are normally coming with @bufbuild/protobuf library. */ export type { Any, AnyJson, Empty, EmptyJson, Struct, StructJson, Timestamp, TimestampJson, } from '@bufbuild/protobuf/wkt';