import { Command } from 'commander'; /** * Create the token subcommand for managing gateway authentication token. */ export declare function createTokenCommand(): Command;