import type { CommandModule } from 'yargs'; import type { PublishSchemaToDbOptions } from './publish-schema-to-db-options.js'; export declare const publishSchemaToDb: CommandModule;