import { Command } from "commander"; /** * Creates the `skaile diff` command. * * Shows the unified diff between the deployed version of an asset and its * current source file in the repository clone. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/diff#make-diff-command */ export declare function makeDiffCommand(): Command; //# sourceMappingURL=diff.d.ts.map