import type { CommandModule } from 'yargs';
import { type SecretCommandOptions } from '../../commands/SecretCommand.js';
import type { GlobalConfigOptions } from '../../internal/types.js';
export declare const secretValidateCommand: CommandModule<GlobalConfigOptions, SecretCommandOptions>;
//# sourceMappingURL=validate.d.ts.map