/**
* Determines if all of the the provided properties are set (not null or undefined).
* @param {any} args One or more properties to checked.
* @returns {boolean} If all properties are set true otherwise false.
* @since 1.3.0
*/
export default function allAreSet(...args: any[]): boolean;
//# sourceMappingURL=allAreSet.d.ts.map