export function inQuotes(str: any, marks?: { outerOpening: string; outerClosing: string; innerOpening: string; innerClosing: string; }): any;