declare const getCookie: (name?: string) => any;
export default getCookie;
