export declare type RuntimeStart = { /** If true the runtime needs to start to gather data, if false all the data has been provided. */ dataCollectionRequired: boolean; /** This URL will load the runtime UI web page with the provided data. */ url: string; };