import 'colors'; export * from './args'; export * from './templates/css'; export * from './templates/html'; export * from './converter'; export * from './utils'; export declare function main(argv?: string[]): Promise;