import { IPlainObject } from './types';
declare type Fn = (str: string) => string;
declare const _default: (cookie: string, decode?: Fn) => IPlainObject;
export default _default;
