import { IRouteInstance } from "../types/index.js";
export declare function getTarget(route: IRouteInstance): Promise<Element | undefined>;
