import { SVG2TSCmd } from './types'; export declare function svg2ts(options: SVG2TSCmd): Promise<{}>;