import type { HttpFetchOptions } from "./http.js"; /** * Reddit-aware fetcher that uses OAuth when credentials are available. * Falls back to the public JSON API if REDDIT_CLIENT_ID/REDDIT_CLIENT_SECRET are not set. */ export declare function fetch(url: string, options: HttpFetchOptions): Promise; //# sourceMappingURL=reddit.d.ts.map