import WAWebJS from '@juzi/whatsapp-web.js';
import type { Class } from 'type-fest';
export declare enum GroupNotificationTypes {
    ADD = "add",
    INVITE = "invite",
    REMOVE = "remove",
    LEAVE = "leave",
    SUBJECT = "subject",
    DESCRIPTION = "description",
    PICTURE = "picture",
    ANNOUNCE = "announce",
    RESTRICT = "restrict",
    CREATE = "create"
}
export declare const ContactClass: Class<WAWebJS.Contact>;
export declare const MessageClass: Class<WAWebJS.Message>;
export declare const LocalAuth: typeof WAWebJS.LocalAuth, DefaultOptions: WAWebJS.ClientOptions, MessageMedia: typeof WAWebJS.MessageMedia, MessageAck: typeof WAWebJS.MessageAck, MessageTypes: typeof WAWebJS.MessageTypes, UrlLink: typeof WAWebJS.UrlLink, ProductMessage: typeof WAWebJS.ProductMessage, Location: typeof WAWebJS.Location, WAState: typeof WAWebJS.WAState, WhatsWebURL: string, Client: typeof WAWebJS.Client;
//# sourceMappingURL=whatsapp-interface.d.ts.map