/**
 * Merges all sources together, excluding keys in excludedKeys.
 *
 * @param  {string[]} excludedKeys
 * @param  {...object} sources
 * @return {object}
 */
export default function objectWithout(excludedKeys: string[], ...sources: any[]): any;
//# sourceMappingURL=object-without.d.ts.map