import StartServiceOptions from './StartServiceOptions'; export default interface StartActivityOptions extends StartServiceOptions { /** * Set to `true` to enable debugging. */ debug?: boolean; /** * Set to `true` to wait for the activity to launch. */ wait?: boolean; } //# sourceMappingURL=StartActivityOptions.d.ts.map