/** * Creates a new combined object with keys in `overrides` taking precedence, and then * any other keys falling back to `delegate`. */ export declare function newDelegateProxy(delegate: T, overrides: O): Omit & O;