import type { MergeOptions } from "../catalog.js";
import { CatalogType, ExtractedCatalogType } from "../types.js";
export declare function mergeCatalog(prevCatalog: CatalogType | undefined, nextCatalog: ExtractedCatalogType, forSourceLocale: boolean, options: MergeOptions): CatalogType;
