/**
 * Stage all changes in the workspace.
 */
export declare const stageAllChanges: () => Promise<void>;
