export class DeepZoomImagePlugin {

	constructor( options: {
		center?: boolean,
		useRecommendedSettings?: boolean,
		url?: string,
	} );

}
