/**
 * Ensures there are no duplicate keys when building a procedure.
 */
export declare function mergeWithoutOverrides<TType extends Record<string, unknown>>(obj1: TType, ...objs: Partial<TType>[]): TType;
//# sourceMappingURL=mergeWithoutOverrides.d.ts.map