/**
* Checks if a string is all wildcards(*)
*
* @param value The value to check if it is a wildcard
* @returns True if the value is all wildcards, false otherwise
*/
export declarefunctionisAllWildcards(value: string): boolean;
//# sourceMappingURL=utils.d.ts.map