export interface ImmutableClassInstance { valueOf(): ValueType; toJS(): JSType; toJSON(): JSType; equals(other: ImmutableClassInstance | undefined): boolean; } export declare function isDate(d: any): boolean; //# sourceMappingURL=utils.d.ts.map