import { Context } from '../imports/Context' import { Function } from '../imports/Function' import { Scriptable } from '../imports/Scriptable' export declare class UniversalRequestUtilsJS { static attachPrimaryTicket(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): boolean static closeAssociatedTasks(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): boolean constructor(cx?: Context, args?: any[], funObj?: Function, inNewExpr?: 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 }