export type FetchFunction = ( ...args: A ) => Promise; export * from './ErrorTypes.js'; export * from './utility.js'; export * from './IndexInterface.js'; export * from './EndpointInterface.js'; export * from './SnapshotInterface.js';