import type { INodeType, INodeTypeDescription, ISupplyDataFunctions, SupplyData } from 'n8n-workflow';
export declare class LmChatWantedLaaS implements INodeType {
    description: INodeTypeDescription;
    methods: {};
    supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>;
}
