export declare function getFullyQualifiedTypeName(type: protobuf.Type | protobuf.Namespace | protobuf.Enum): string; export declare const wrapperTypes: Set<string>; export declare function assert(assertion: boolean, message: string): void;