import { CommonArgs, ConfigArgs, AccountArgs, EnvironmentArgs, YargsCommandModule } from '../../../types/Yargs.js'; type ListAppSecretArgs = CommonArgs & ConfigArgs & AccountArgs & EnvironmentArgs & { app?: number; }; declare const listAppSecretCommand: YargsCommandModule; export default listAppSecretCommand;