export declare const omit: (object: any, keys?: any[]) => { [k: string]: unknown; };