export declare const proxyArr: <T>(arr: T[]) => T[];
export declare const proxyArrAll: <T>(arr: T[]) => T[];
