export declare const omit: (key: string, { [key]: _, ...obj }: { [x: string]: any; }) => { [x: string]: any; };