import { type Options } from 'deepmerge';
export declare const mergeByKey: <T extends {
    key: string;
}>(key: keyof T) => (target: T[], source: T[], options?: Options) => T[];
//# sourceMappingURL=mergeDictionaries.d.ts.map