import type { ComponentContext } from "../../types/context";
export declare const getDeleteUnusedRevisionsCommands: (context: ComponentContext, keep: number) => string[];