import { NetworkRecordOptions } from '../../../types';
export declare function isHostOnDenyList(url: string | URL | Request, options: NetworkRecordOptions): {
    hostname: string | null;
    isHostDenied: boolean;
};
