import { Model } from '../model'; export declare type Oracle = Model & { networkId: string; contractId?: string; applicationId?: string; name: string; feedUrl?: string; params?: { [key: string]: any; }; }; //# sourceMappingURL=oracle.d.ts.map