/**
 * Basically, a deep clone, so that no reactive property will exist anymore.
 */
export declare function toJS<T>(source: T, options?: any): T;
