export declare function runQueuedWorkflowBuild(outputDirectory: string, build: () => Promise<void>): Promise<void>;
