import http, { type Server } from 'http'; type RedditApiHandle = { server?: Server; url: string; port: number; host: string; close: () => Promise; }; export declare function createRedditApiServer(): http.Server; export declare function ensureRedditApiServer(port?: number): Promise; export declare function startRedditApiServer(port?: number): Promise | undefined>; export {}; //# sourceMappingURL=RedditApiServer.d.ts.map