import { StrophePlugin } from "./strophe-plugin"; export declare class StropheMAMPlugin extends StrophePlugin { private _p; constructor(); static build(): StropheMAMPlugin; init(conn: any): void; query(jid: any, options: any): string; querymuc(jid: any, to: any, options: any): string; delete(queryId: any, options: any): string; } //# sourceMappingURL=strophe.mam.d.ts.map