declare function convert(type: string, v: any, digits?: number, scale?: number): any; export { convert };