import type { FeatureFlags } from '../../../feature_flags.js';
export declare const NETLIFY_PLAY_BOOTSTRAP_VERSION = "play0.0";
export declare const useNetlifyPlay: (featureFlags: FeatureFlags, mainFile: string) => boolean;
