import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; import { Scriptable } from '../imports/Scriptable.js'; export declare class UniversalRequestUtilsJS { constructor(cx?: Context, args?: any[], funObj?: Function, inNewExpr?: boolean); static attachPrimaryTicket(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): boolean; static closeAssociatedTasks(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): boolean; static createUniversalRequest(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): string; static routeToDepartment(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): boolean; static routeToUniversalRequest(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): boolean; static transferPrimaryTicket(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): boolean; } //# sourceMappingURL=UniversalRequestUtilsJS.d.ts.map