export declare const useCookie: (key: string, initialValue: T, expireDays?: number) => (T | ((value: T) => void))[];