/*!
 * name: @jswork/jzyunqi-interceptors
 * description: Interceptors for jzyunqi/yw.
 * homepage: https://js.work
 * version: 1.0.12
 * date: 2025-03-01 11:46:15
 * license: MIT
 */
import suffixArrayInterceptorResponse from './interceptors/response/suffix-array';
declare const JzyunqiInterceptors: {
    type: string;
    fn: typeof suffixArrayInterceptorResponse;
}[];
export default JzyunqiInterceptors;
