import { type Target } from './target.js'; export default function getTabUrl(target: number | Target): Promise;