import Attributes from '../parseString/Attributes';
/**
 * Signalizes if `The` is at the start of name.
 * Only happens to hats with unique quality.
 */
export default function (name: string, attributes?: Attributes): boolean;
