import type { CatalogFormatter } from "@lingui/conf";
import { FormatterWrapper } from "./formatterWrapper.js";
export { FormatterWrapper };
export declare function getFormat(format: CatalogFormatter | undefined, sourceLocale: string): Promise<FormatterWrapper>;
