/** Creates a new object by omitting the specified properties from the given object. */ export declare function omit, K extends keyof T>(obj: T, exclusions: K[]): Omit;