import { CommonArgs, ConfigArgs, AccountArgs, EnvironmentArgs, YargsCommandModule } from '../../types/Yargs.js'; export type SchemaListArgs = CommonArgs & ConfigArgs & AccountArgs & EnvironmentArgs; declare const listSchemasCommand: YargsCommandModule; export default listSchemasCommand;