export default class Name { readonly raw: string; readonly slug: string; constructor(name: string); }