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