export_configuration# Rmxprt.export_configuration(output_file: str | Path) → str# Export Rmxprt project to config file. Parameters: output_filestr or pathlib.Path, optionalFull path to json file to be created. Returns: strFull path to json file created.