/** * Returns human-readable problems with a protobuf schema definition, or an * empty array when the source compiles. Never throws. */ export declare function validateProtobufStructure(definition: unknown): string[];