import { Command } from './Command.js'; /** * Gets a version of the Global Vendors List */ export declare class GetVendorListCommand extends Command { protected respond(): void; }