export declare const Settings: { strictCopy: boolean; autoFreeze: boolean; standardPatches: boolean; }; export declare function enableStrictCopy(v?: boolean): void; export declare function enableAutoFreeze(v?: boolean): void; export declare function enableStandardPatches(v?: boolean): void;