/** * Validates a trailer for the gRPC and the gRPC-web protocol. * Throws a ConnectError if the trailer contains an error status. * * @private Internal code, does not follow semantic versioning. */ export declare function validateTrailer(trailer: Headers): void;