/*** Define the manifest, compatibility, credential and selected-adapter validation command. */ export declare const validate: { readonly standaloneName: "validate"; readonly path: readonly ["validate"]; readonly capability: "infra.validate"; readonly summary: "Validate manifest, compatibility, credentials and selected adapters."; readonly run: (request: import("../../types/infraCli.js").InfraCommandRunRequest, services: import("../index.js").InfraCommandServices) => Promise<{ exitCode: number; }>; }; //# sourceMappingURL=validate.d.ts.map