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