export declare function hasOwnStringProperties(keys: K[], optionalKeys: OK[], object: unknown): object is Record & Record;