export declare function hasMention(model: Amity.Mentionable<'user' | 'channel'>, userId: string): boolean; export declare function shouldDispatchCollection(collection: T[], newItem: T, action: 'onCreate' | string): boolean; export declare function merge(collection1: T[], collection2: T[]): T[]; export declare function isNonNullable(value: TValue | undefined | null): value is TValue; //# sourceMappingURL=index.d.ts.map