import { CookieDecoder } from './types'; export default function get(key: string, decoder?: CookieDecoder | null): any;