import type { INodeProperties } from 'n8n-workflow'; export declare const operations: INodeProperties[]; export declare const accountOfferStatusOptions: { name: string; value: string; }[]; export declare const accountOfferSortOptions: { name: string; value: string; }[]; export declare const gameSortOptions: { name: string; value: string; }[]; export declare const deliveryTimeUnitOptions: { name: string; value: string; }[];