import type { ViteBuildSchema } from '../schema'; import type { Res } from '../../utils/types'; import { Observable } from 'rxjs'; export declare const startViteBuild: (schema: ViteBuildSchema) => Observable;