export interface IOptions {
	summoner: string;
}
export interface IObject {
	[index: string]: any
}