import { TypedFlatConfigItem } from "../types.mjs"; //#region src/configs/comments.d.ts declare function comments(): TypedFlatConfigItem[]; //#endregion export { comments };