export default class StartDefault { static isImported(): boolean; static startIfNotImported(): Promise; static start(): Promise; }