export interface StartOptions {
    hotReloadingDisabled?: boolean;
    hotReloadingPort?: number;
    entrypoint?: string;
}
