import { ImmutableArray } from "./array"; export { ImmutableArray }; export declare const Immutable: { Array: typeof ImmutableArray; };