How to Export trained model

After running training a model command
./DeepSpeech.py --train_files …/data/CV/cv-valid-train.csv,…/data/CV/cv-other-train.csv --dev_files …/data/CV/cv-valid-dev.csv --test_files …/data/CV/cv-valid-test.csv
What is the command I need to run to export a trained model and How I can i use it for further decoding of .wav files

Could you please have a look at the documentation ? This is covered in TRAINING.rst, also --help as well would teach you about --export_dir