import { type Emit, type Teardown } from './types.js'; export declare function isDeparture(href: string, downloadAttr: boolean, here: string): boolean; export declare function installDeparture(emit: Emit): Teardown;