import type { ManageSubscriptionsResponse } from './api.service.js'; export declare const isPreviewFrameRuntimeSearch: (search: string) => boolean; export declare const isPreviewFrameRuntime: () => boolean; export declare const buildPreviewManageSubscriptionsFallback: (userId: string) => ManageSubscriptionsResponse;