import { Command } from "commander"; export declare function registerBackgroundCommands(program: Command, isJson: () => boolean): void;