export declare const build: (inputFileName: string, options: any) => Promise; export declare const startViteBuild: (pageName: string) => Promise<{ success: boolean; message?: undefined; } | { success: boolean; message: any; }>;