import type { Result } from './parse.js'; export declare function main({ cmd, info }: Result): Promise | { err: Error; note: string; }>;