import type { IExecuteFunctions } from 'n8n-workflow'; import type { INodeExecutionData, INodeType } from 'n8n-workflow'; export declare class UsageBilling implements INodeType { description: import("n8n-workflow").INodeTypeDescription; execute(this: IExecuteFunctions): Promise; }