import type { IJsHandlerOptions } from '../types/index.js';
export declare function hasDependencyHint(rawSource: string): boolean;
export declare function shouldSkipJsTransform(rawSource: string, options?: IJsHandlerOptions): boolean;
