import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; import { Scriptable } from '../imports/Scriptable.js'; export declare class MsNotifyAuthHelper { constructor(cx?: Context, args?: any[], funObj?: Function, inNewExpr?: boolean); static isValidWebhookToken(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): boolean; } //# sourceMappingURL=MsNotifyAuthHelper.d.ts.map