export declare const INFRA_PACKAGE_NAME: string; export declare const INFRA_PACKAGE_VERSION: string; export declare const INFRA_PACKAGE_DESCRIPTION: string; export declare const INFRA_COMMAND_CATEGORY: "infra"; export declare const INFRA_CAPABILITIES: readonly ["infra.validate", "infra.plan", "infra.generate", "infra.up", "infra.status", "infra.outputs", "infra.down", "infra.destroy"]; export declare const INFRA_PACKAGE_METADATA: { readonly category: "infra"; readonly provider: "./dist/cli/index.js"; readonly capabilities: readonly ["infra.validate", "infra.plan", "infra.generate", "infra.up", "infra.status", "infra.outputs", "infra.down", "infra.destroy"]; }; //# sourceMappingURL=constants.d.ts.map