export declare const omitKeys: (obj: any, keys: string[]) => any;
