2016-05-01 21:19:54 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* @param fromArg
|
|
|
|
* @returns {any}
|
|
|
|
*/
|
2017-01-20 23:47:48 +00:00
|
|
|
export declare let toObject: (fromArg: string) => Promise<{}>;
|
2016-05-01 21:19:54 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* @param fromArg
|
|
|
|
* @returns {any}
|
|
|
|
*/
|
2017-01-20 23:47:48 +00:00
|
|
|
export declare let toString: (fromArg: string) => Promise<{}>;
|