import { GetZooFreeModelQuotaInput, GetZooFreeModelQuotaOutput } from './types'; export declare const getZooFreeModelQuota: ({ nodeAddress, token, }: GetZooFreeModelQuotaInput) => Promise;