import type { UnknownObject } from '../../types';
export declare function omit(object: object, keys: string[]): UnknownObject;
