/**
 * Discard any unstaged changes in the workspace.
 */
export declare const discardUnstagedChanges: () => Promise<void>;
