import type { Config } from '../Config.js'; /** * Gets the Config object that the runtime drops on globalThis. For internal use * only. */ export declare function getDevvitConfig(): Config; //# sourceMappingURL=get-devvit-config.d.ts.map