interface InfoCliArgs { category?: string; format: string; script?: string; } export declare const handler: (argv: InfoCliArgs) => void; export {};