import { PersistStorage } from './persist-lang.types'; export declare function cookiesStorage(cookieExpiry?: number): PersistStorage;