import type { ILoadOptionsFunctions, ResourceMapperFields, INodePropertyOptions } from 'n8n-workflow'; export declare function mapAssetLayoutFieldsForResource(this: ILoadOptionsFunctions): Promise; export declare function getAssetLayoutFields(this: ILoadOptionsFunctions): Promise;