Outlook_Addin_LLM/node_modules/office-addin-dev-certs/lib/commands.d.ts

5 lines
269 B
TypeScript

import * as commander from "commander";
export declare function install(command: commander.Command): Promise<void>;
export declare function uninstall(command: commander.Command): Promise<void>;
export declare function verify(command: commander.Command): Promise<void>;