export declare const buildStandalone: (files: string[], prod: boolean, hasRuntime: boolean, mode?: string) => Promise<void>;
