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