export interface BootstrapGraph { stages: string[]; } export declare function buildBootstrapGraph(): BootstrapGraph;