/**
 * Return a string from a given string
 * @param target
 * @return string
 */
export declare const toString: (target: string) => string;
