import { readRootConfiguration } from "../../../config/root-config.js"; import { Logger } from "../../../shared/logger.js"; import { ItemCommand } from "../../commands.js"; export declare const applySitecoreCommands: (args: { root: ReturnType; environmentName: string; database: string; commands: ItemCommand[]; logger: Logger; whatIf?: boolean; }) => Promise;