import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class MessageSetupScriptObject { callbackSetup(channelId?: string, toPhoneNumber?: string, userTable?: string, userDocument?: string, callbackId?: string): Record constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) 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 }