import type { IOptions } from './types'; export declare const quoteIfString: (value: T, options?: Readonly) => T | string;