import { CliArgs } from "../../../types/cli_types.js"; export declare const handler: (argv: CliArgs<{ image_width?: string; }>) => Promise;