import type { AdminColumnType } from "./types.ts"; declare function formatAdminValue(value: unknown, type?: AdminColumnType): string; export { formatAdminValue };