/** * .what = invokes CLI commands based on user input * .why = provides global entry point for declastruct CLI * .note = uses commander for argument parsing and help text */ export declare const invoke: ({ args }: { args: string[]; }) => Promise;