declare const immutable: (obj: any) => any; /** * Returns a new immutable object from the original; */ export default immutable;