interface Symbol {
    readonly description: typeof Symbol.prototype.description;
}

declare const x: never;
export = x;