import { INodeProperties } from 'n8n-workflow'; /** * Unibox operation parameters for Instantly API v2 * * These parameters manage messages in the Instantly Unibox (inbox). * They are for viewing, replying to, and managing received/sent emails. * * NOTE: These are NOT for configuring SMTP email accounts - use Account resource for that. */ export declare const uniboxParameters: INodeProperties[]; //# sourceMappingURL=UniboxParameters.d.ts.map