import { Command } from 'commander'; /** * Defines the main command to process SVGs and generate font files. * It integrates config loading, optimization, and the core svgtofont library call. */ export declare const makeFontCommand: Command;