declare const quoteWithDoubleQuote: (string: string) => string;
export default quoteWithDoubleQuote;
