Files
agent-claw/cdk/node_modules/aws-cdk/lib/cli/platform-warnings.d.ts
2026-05-06 18:55:16 -05:00

4 lines
231 B
TypeScript

import type { IoHelper } from '../api-private';
export declare function checkForPlatformWarnings(ioHelper: IoHelper): Promise<void>;
export declare function isVersionBetween(version: string, lower: string, upper: string): boolean;