import type { CliConfig, CommandContext, ParsedArgs } from "../../../types.js"; export declare function runValidate(configPath: string, config: CliConfig, parsed: ParsedArgs, context: CommandContext): Promise; export declare function validateTenantConfig(scope: "tenant" | "tenants", parsed: ParsedArgs, context: CommandContext): Promise; //# sourceMappingURL=action.d.ts.map