import type { RequestTextFn } from "./network.js"; import type { SecurityTxtInfo } from "./types.js"; export declare function parseSecurityTxt(raw: string, url: URL): SecurityTxtInfo; export declare function fetchSecurityTxt(finalUrl: URL, requestText: RequestTextFn): Promise;