export default interface WikibaseClientConfiguration {
	usePublish: boolean;
	issueReportingLink: string;
}
