import type { INodeType, INodeTypeDescription, ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow"; export declare class Late implements INodeType { methods: { loadOptions: { [k: string]: (this: ILoadOptionsFunctions) => Promise; }; }; description: INodeTypeDescription; } //# sourceMappingURL=Late.node.d.ts.map