export declare function resolveCatalogPath(configOutput: string, entryPath: string, rootDir: string, locale: string, extension: string): string;
export declare function getEntryName(entryPath: string): string;
