export { isObjectWithKeys }; declare function isObjectWithKeys(obj: unknown, keys: Keys): obj is { [key in Keys[number]]?: unknown; };