import { UploadPlaygroundToolFilesInput } from './types'; export declare const uploadPlaygroundToolFiles: ({ nodeAddress, token, files, xZooAppId, xZooToolId, }: UploadPlaygroundToolFilesInput) => Promise<{ success: boolean; fileContent: Record; }>;