/** * Formats an array of values into a string that can be used in error messages. * ["a", "b", "c"] => "`a`, `b`, `c`" */ export declare function formatAvailableValues(values: string[]): string; //# sourceMappingURL=format-available-values.d.ts.map