import { Guild, User } from 'discord.js'; export declare function checkMKeep(m: string): boolean; export declare function checkIgnoredSequences(m: string): boolean; export declare function truncatePeople(people: string[]): string; export declare function splitString(str: string, fragmentLength: number): string[]; export declare function hasAdmin(user: User, guild: Guild): boolean;