import { Context } from "../imports/Context.js"; import { Function } from "../imports/Function.js"; import { GlideRecord } from "../types/GlideRecord.js"; import { Scriptable } from "../imports/Scriptable.js"; export declare class NotifyScoped { constructor(cx?: Context, args?: any[], funObj?: Function, inNewExpr?: boolean); static call(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void; static conferenceCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): GlideRecord; static dequeueCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void; static forwardCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void; static getAvailableClients(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): GlideRecord; static getParentCallID(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string; static getPhoneNumbers(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): Array; static getShortCodes(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): Array; static getTokenTTL(owner?: string): string; static getTokens(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string; static hasCapability(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): boolean; static kick(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void; static modifyCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void; static mute(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void; static queueCall(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void; static sendBulkSMS(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string; static sendSMS(cx?: Context, scope?: Scriptable, args?: any[], funObj?: Function): string; static unmute(context?: Context, scope?: Scriptable, args?: any[], funObj?: Function): void; } //# sourceMappingURL=NotifyScoped.d.ts.map