import { CommonArgs, ConfigArgs, YargsCommandModule } from '../../../types/Yargs.js'; type ThemeCreateArgs = CommonArgs & ConfigArgs & { dest?: string; }; declare const themeCreateCommand: YargsCommandModule; export default themeCreateCommand;