Making a script's functions available with 'using...'

I want to make something for the asset store, and I want someone to be able to put ‘using myScript’
and then be able to access the functions that I have written in it. How can I do this?