/** * Creates and clicks a link with the given URL. Avoids popup blockers by creating a hidden link element. */ export declare const fakeLinkClick: (url: string, attributes: Record) => void;