import type { IExecuteFunctions, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow'; import { credentialTest, loadOptions } from './v1/methods'; export declare class BambooHr implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); methods: { loadOptions: typeof loadOptions; credentialTest: typeof credentialTest; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=BambooHr.node.d.ts.map