/** * Returns a shallow copy of the specified value. * @param a */ export declare function copy(a: any): any;