export interface IdentifiedDefinition { id: string; } export declare function mergeDefinitionsById(defaults: readonly T[], overrides?: readonly T[]): T[]; //# sourceMappingURL=merge-by-id.d.ts.map