/** * Run the build */ export interface run { (): Promise; } export declare const run: run;