export declare const useCookieListener: (key: string, handler: (value: string | null) => void) => void;