export declare function cpuCopy<T>(e: T): T;
export declare const copy: import("../types.ts").DualFn<typeof cpuCopy>;
