import type { CLIOptions } from "../../utils/interfaces.js";
export declare const backup: (props: CLIOptions) => Promise<void>;
