export declare const isAnyObjectWithOwn: (input: T, properties: P[]) => input is T & Record;