import type { INodeProperties } from 'n8n-workflow'; /** * Generates the standard tenantFilter resourceLocator field for a resource. * Replaces ~30 lines of identical boilerplate per description file. */ export declare function tenantField(resource: string, operations?: string[]): INodeProperties; /** * Generates the standard returnAll boolean field. */ export declare function returnAllField(resource: string, operations: string[]): INodeProperties; /** * Generates the standard limit number field, gated by returnAll: [false]. */ export declare function limitField(resource: string, operations: string[]): INodeProperties; /** * Generates a standard string ID field shown for specific operations. */ export declare function idField(resource: string, operations: string[], displayName: string, description: string): INodeProperties; //# sourceMappingURL=DescriptionHelpers.d.ts.map