import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; import type { AssetPasswordOperation } from './asset_passwords.types'; export declare function handleAssetPasswordOperation(this: IExecuteFunctions, operation: AssetPasswordOperation, i: number): Promise;