import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Stripe implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getCustomers(this: ILoadOptionsFunctions): Promise; getCurrencies(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Stripe.node.d.ts.map