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