export declare function mergeOnKey<T, K extends keyof T>(arr: T[], key: K): T[];
export declare function splitForLocales(path: string, locales: string[]): (string | null)[];
