import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class MessageSetupScriptObject { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); callbackSetup(channelId?: string, toPhoneNumber?: string, userTable?: string, userDocument?: string, callbackId?: string): Record; messageSetup(providerApplicationId?: string, fromPhoneNumber?: string, toPhoneNumber?: string, message?: string, userTable?: string, userDocument?: string, attachmentId?: string): Record; static validateChannelProfile(userTable?: string, userDocument?: string, providerInboundId?: string, clientChannelUserId?: string, channelSysId?: string): Record; } //# sourceMappingURL=MessageSetupScriptObject.d.ts.map