import { Chain } from "../Interceptor.js"; /** * @since 0.0.1 * @category interceptor */ export declare const StatusOK: (chain: Chain) => Promise>; /** * @since 0.0.1 * @category interceptor */ export declare const Status: (fn: (status: number) => boolean) => (chain: Chain) => Promise>;