export class WebGLProperties {

	constructor();

	get( object: any ): any;
	delete( object: any ): void;
	clear(): void;

}
