UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

6 lines 376 B
import { TestOptionsModel } from '../model/studio/command-options/test-options-model.js'; import { DebugManager } from '../debug/debug-manager.js'; export declare const setupDebugManager: (debug: boolean) => DebugManager; declare const testAction: (projects: string, options: TestOptionsModel) => Promise<void>; export { testAction }; //# sourceMappingURL=test-action.d.ts.map