/**
 * Throw error if git directory is not clean on return *true* otherwise
 */
export declare function assertClean(): Promise<boolean>;
