import type { LinguiConfigNormalized } from "@lingui/conf";
import { ExtractedCatalogType } from "../types";
export declare function extractFromFiles(paths: string[], config: LinguiConfigNormalized): Promise<ExtractedCatalogType<{
    [x: string]: unknown;
}>>;
