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