import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from '@tosspayments/n8n-workflow'; import type { PgpDatabase, PostgresNodeOptions, QueriesRunner } from '../../helpers/interfaces'; export declare const description: { displayOptions: import("@tosspayments/n8n-workflow").IDisplayOptions; displayName: string; name: string; type: import("@tosspayments/n8n-workflow").NodePropertyTypes; typeOptions?: import("@tosspayments/n8n-workflow").INodePropertyTypeOptions; default: import("@tosspayments/n8n-workflow").NodeParameterValueType; description?: string; hint?: string; disabledOptions?: import("@tosspayments/n8n-workflow").IDisplayOptions; options?: Array; placeholder?: string; isNodeSetting?: boolean; noDataExpression?: boolean; required?: boolean; routing?: import("@tosspayments/n8n-workflow").INodePropertyRouting; credentialTypes?: Array<"extends:oAuth2Api" | "extends:oAuth1Api" | "has:authenticate" | "has:genericAuth">; extractValue?: import("@tosspayments/n8n-workflow").INodePropertyValueExtractor; modes?: import("@tosspayments/n8n-workflow").INodePropertyMode[]; requiresDataPath?: "single" | "multiple"; doNotInherit?: boolean; validateType?: import("@tosspayments/n8n-workflow").FieldType; ignoreValidationDuringExecution?: boolean; allowArbitraryValues?: boolean; }[]; export declare function execute(this: IExecuteFunctions, runQueries: QueriesRunner, items: INodeExecutionData[], nodeOptions: PostgresNodeOptions, db: PgpDatabase): Promise; //# sourceMappingURL=update.operation.d.ts.map