Exports a template into a file for storage and later usage. Exported template can be retrieved from their file form by using importTemplate.
exportTemplate(template, path)
A template object generated with gridTemplate.
The file path where to export the system to, including the file
name and extension. The file name must end with a .yaml
extension.
No return value, called for side effects.