import { AttachmentType } from "../../Attachments"; export declare const extractChatName: (filename: string) => string | undefined; export declare const removeBadChars: (str: string) => string; export declare const isGroupWelcome: (content: string) => boolean; export declare const matchAttachmentType: (input: string) => AttachmentType | undefined;