UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

5 lines (4 loc) 140 B
import type { IoHelper } from '../api-private'; export declare function doctor({ ioHelper }: { ioHelper: IoHelper; }): Promise<number>;