export type ProtobufAtomic = "bool" | "int32" | "uint32" | "int64" | "uint64" | "float" | "double" | "string";
export declare namespace ProtobufAtomic {
    type Numeric = "int32" | "uint32" | "int64" | "uint64" | "float" | "double";
    type BigNumeric = "int64" | "uint64";
}
