/** * License Command - drift license * * Display license status and available features. */ import { Command } from 'commander'; export interface LicenseOptions { /** Output format */ format?: 'text' | 'json'; } export declare const licenseCommand: Command; //# sourceMappingURL=license.d.ts.map