/**
* Determines if the provided Property is set deep/nested.
* @param {any} objectToCheck The Property to checked.
* @param {string} keyNameSpace The Key-Namespace of the Property (for example: "My.Nested.Property").
* @returns {boolean} If the Property is set true otherwise false.
* @since 1.0.0
*/
export default function issetDeep(objectToCheck: any, keyNameSpace: string): boolean;
//# sourceMappingURL=issetDeep.d.ts.map