/** * Exclude keys from obj */ export declare function exclude(obj:I, ...key_a:string[]):O|undefined