import type { ILocalLoadOptionsFunctions, ResourceMapperFields } from 'n8n-workflow';
export declare function loadSubWorkflowInputs(this: ILocalLoadOptionsFunctions): Promise<ResourceMapperFields>;
