import { SafeAny } from '@ngx-simple/core/types'; /** * 将任意值转成字符串 */ export declare function toString(value: SafeAny): string;