import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class VAFeedbackObject { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) static recordCopyAction(messageId?: string): Record static sendFeedback(inputFeedbackPayload?: Record): Record }