import { GDPRConsentState } from "../interfaces/index.js";
export declare function keydownEvent(gdprConsentState: GDPRConsentState, evt: KeyboardEvent): void;
export declare function hashchangeEvent(gdprConsentState: GDPRConsentState): void;
