import { Config } from './core'; export type NodeConfig = Config; export type NodeOptions = Omit, 'apiKey'>; //# sourceMappingURL=node.d.ts.map