export declare function toString(value: any): string; export declare function fromString(value: string, into: any): T;