export class CesiumIonAuthPlugin {

	constructor( options : {
		apiToken: string,
		assetId?: string | null,
		autoRefreshToken?: boolean
	} );

}
