declare module "parse-prometheus-text-format" { function parsePrometheusTextFormat(s: string): any; export default parsePrometheusTextFormat; }