export default function quote(str: string): string; export declare function invQuote(str: string): string;