export declare function areExperimentalFeaturesEnabled(): boolean; export declare function getExperimentalToolSampling(): { readonly type: "json_schema"; readonly strict: "prefer"; } | undefined;