import { ENV } from './createTaskDefinition'; declare function main(name: string, loc: string, env: ENV, tag: string): Promise; export default main;