import { Command } from "commander"; /** * Creates the `skaile outdated` command. * * Checks which deployed assets are behind the upstream repo commit and prints * a table of outdated entries with their commit-behind count. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/misc#outdated */ export declare function makeOutdatedCommand(): Command; //# sourceMappingURL=outdated.d.ts.map