export declare const algorithm_config_template = "\n algorithm_name: algorithm-name\n algorithm_version: 0.1.0\n repository_url: https://github.com/\n docker_container_url: url\n algorithm_description: \"Description of algorithm.\"\n run_command: run.sh\n build_command: build.sh\n disk_space: 50GB\n queue: queue\n inputs:\n file:\n - name: benthic_reflectance_dataset\n required: True\n - name: depth_dataset\n required: True\n config:\n - name: crid\n default: \"000\"\n positional:\n - name: crid\n default: \"000\"\n";