import type { Options } from "../types.d.ts"; declare const wrapQuotes: (string_: string, options: Options) => string; export = wrapQuotes;