import type { INodeProperties } from 'n8n-workflow'; export declare const resourceProperty: INodeProperties; /** * Creates pagination properties for getMany operations * @param resource - The resource name (e.g., 'product', 'order') * @param operation - The operation name (e.g., 'getMany') */ export declare function createPaginationProperties(resource: string, operation: string): INodeProperties[];