import { type Manager } from '@data-client/react'; import type { ClientSpout } from './types.js'; export default function dataClientSpout(options?: { getManagers?: () => Manager[]; }): ClientSpout<{ getInitialData: (key: string) => Promise; }>; //# sourceMappingURL=dataClient.d.ts.map