import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from '@tosspayments/n8n-workflow'; export declare class Kitemaker implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getLabels(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; getSpaces(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; getStatuses(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; getUsers(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; getWorkItems(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Kitemaker.node.d.ts.map