import type { WebViewInternalMessage } from '@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/post_message.js'; /** * Messages which are scoped to "client" and are of type "devvit-internal" should not be sent to the app. * These messages are designed to be handled by client platforms. * * @param message - The web view message to check * @returns True if the data is a WebViewInternalMessage **/ export declare const webViewMessageIsInternalAndClientScope: (message: unknown) => message is WebViewInternalMessage; //# sourceMappingURL=web-view-scripts.d.ts.map