import { type Cache } from '../cache/index.js'; declare function getHttpSource(uri: string, cache?: Cache): Promise; export { getHttpSource };