export declare const allowFailureInScripts: (script: string[]) => string[];
export declare const sanitizeForBashVariable: (name: string) => string;
export declare const repeatOnFailure: (command: string, options: {
  pauseInSeconds: number;
}) => string;
export declare const collapseableSection: (name: string, header: string) => (commands: string[]) => string[];