/**
 * --------------------------------------------------------------------------
 * CoreUI Utils (__COREUI_VERSION__): omitByKeys.ts
 * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main/LICENSE)
 * --------------------------------------------------------------------------
 */
declare const omitByKeys: (originalObject: object, keys: string | string[]) => {};
export default omitByKeys;
