import { LinguiConfigNormalized } from "@lingui/conf"; /** * Return paths of catalogs to watch */ export declare function getPathsForCompileWatcher(config: LinguiConfigNormalized): Promise<{ paths: string[]; }>;