/** * tslab will sometimes throw an error inside the output cells of a notebook * if the notebook is being rebuilt. This function checks for that error, * because we do not want to commit that to our docs. */ export declare function checkUnexpectedRebuildError(): Promise;