/**
 * Returns `true` if the environment has a `Symbol` sham
 * that mostly follows the spec.
 */
declare function hasSymbolSham(): boolean;
export = hasSymbolSham;
