/**
 * Copy a string from other
 * @param source
 * @return string
 */
export declare const fromString: (target: string, source: string) => string;
