import { Environment } from "./config"; export declare const start: (environment: Environment, licenseKey: string) => Promise;