import type { InterceptorContext } from '../definitions';
/**
 * Check if a URL is cross-origin
 */
export declare function isCrossOrigin(url: string): boolean;
/**
 * Create interceptor context
 */
export declare function createInterceptorContext(): InterceptorContext;
/**
 * Utils Manager
 * Provides utility functions for the web plugin
 */
export declare class UtilsManager {
    /**
     * Check if a URL is cross-origin
     */
    isCrossOrigin(url: string): boolean;
    /**
     * Create interceptor context
     */
    createInterceptorContext(): InterceptorContext;
}
//# sourceMappingURL=utils.d.ts.map