import {expectType} from 'tsd';
import { path, version, url } from '.';

expectType<string>(path);
expectType<string>(version);
expectType<string>(url);
