import Table from "cli-table3"; import { LinguiConfigNormalized } from "@lingui/conf"; import { AllCatalogsType, CatalogType } from "./types.js"; type CatalogStats = [number, number]; export declare function getStats(catalog: CatalogType): CatalogStats; export declare function printStats(config: LinguiConfigNormalized, catalogs: AllCatalogsType): Table.Table; export {};