import { DopplerDetectionResult } from './types.js';
export declare function getSource(req: {
    headers: Record<string, string | string[] | undefined>;
    url?: string;
}): DopplerDetectionResult;
//# sourceMappingURL=filter.d.ts.map