//#region src/utils/strip-comments.d.ts
declare function stripComments(value: string, {
  whitespace,
  trailingCommas
}?: {
  whitespace?: boolean | undefined;
  trailingCommas?: boolean | undefined;
}): string;
//#endregion
export { stripComments as t };
//# sourceMappingURL=strip-comments-Cj-SbKd4.d.mts.map