import type { ISetLike } from './ISetLike'; export declare function isSetLike(maybeSetLike: any): maybeSetLike is ISetLike;