import type { INodeProperties } from "n8n-workflow";
import type { LateResource, LateResourceModule } from "../types";
export declare function buildResourceSelector(): INodeProperties;
export declare function buildOperationSelector(resource: LateResource, resourceModule: LateResourceModule): INodeProperties;
export declare function buildNodeProperties(resourceModules: Record<LateResource, LateResourceModule>): INodeProperties[];
//# sourceMappingURL=nodeBuilder.d.ts.map