/** * 在请求头或者响应头中,和 Triple DES 加密相关的请求头或响应头名称常量对象 */ export declare const DesTripleHeaderNameConst: { KEY: string; IS_DES_TRIPLE: string; };