declare module 'unquote' { const unquote: (str: string) => string; export = unquote; }