import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class ConversationCallback { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) getCallbackId(): string getCallbackName(): string getCallbackType(): string }