import { IExecuteFunctions, INodeExecutionData, INodeType } from 'n8n-workflow';
export declare class GradioClient implements INodeType {
    description: import("n8n-workflow").INodeTypeDescription;
    methods: {
        loadOptions: {
            getApiFunctions(this: import("n8n-workflow").ILoadOptionsFunctions): Promise<import("n8n-workflow").INodePropertyOptions[]>;
        };
    };
    execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
