export declare function omit(obj: Record<string, any>, keys: string | string[]): Record<string, any>;