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