package flash.net;

extern class Responder {
	function new(result : Dynamic, ?status : Dynamic) : Void;
}