local lib = record
	adjust : function (number, string) : number, string
	format : function (number, string, string) : string
end
return lib