/** * The `@devvit/client` version query parameter name the web view's document * script tag: * * * * The value is the version of `@devvit/client` bundled with the app. * `@devvit/client` may have runtime dependencies on * `@devvit/web-view-scripts` (`devvit.v1.min.js`) which is not bundled. The * client version can be used to specialize behavior to match the static * expectations of the `@devvit/client` version. */ export declare const clientVersionQueryParam: string; /** Bootstrap WebView script file name. */ export declare const devvitScriptFileName: string; /** Screenshot capture WebView script file name. */ export declare const screenshotScriptFileName: string; /** CDN URL for the WebView bootstrap script. */ export declare const devvitScriptUrl: string; //# sourceMappingURL=web-view-scripts-constants.d.ts.map