export function WechatyFaceCartonPlugin({ secretId, secretKey, allowUser, allowRoom, quickModel, maxuser, tipsword }: {
    secretId?: string | undefined;
    secretKey?: string | undefined;
    allowUser?: any[] | undefined;
    allowRoom?: any[] | undefined;
    quickModel?: boolean | undefined;
    maxuser?: number | undefined;
    tipsword?: string | undefined;
}): (bot: any) => void;
//# sourceMappingURL=index.d.ts.map