import { ConfigEntry, ConfigEntryType } from "../types" export default function (data: ConfigEntry[]): string { return "" }