import type { ApifoxUrlInfo } from '../types/index.js'; export declare function parseApifoxUrl(url: string): ApifoxUrlInfo;