import type { RuntimeRendererConfig } from '@ankhorage/runtime'; export declare const shouldSuppressStudioRuntimeActions: (previewMode: boolean) => boolean; export declare const createStudioActionSuppressionConfig: (previewMode: boolean) => RuntimeRendererConfig; //# sourceMappingURL=actionSuppression.d.ts.map