export declare const useCookieListener: (effect: (a: T, b: string) => void, cookies: string[]) => void;