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