import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class AsyncChatSetupScriptObject { asyncChatSetup(clientSysID?: string, message?: string, attachmentId?: string): Record constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) static validateChannelProfile(userTable?: string, userDocument?: string, clientChannelUserId?: string): Record }