import { RawContextKey } from "./contextkey.js"; export declare const IsMacContext: RawContextKey; export declare const IsLinuxContext: RawContextKey; export declare const IsWindowsContext: RawContextKey; export declare const IsWebContext: RawContextKey; export declare const IsMacNativeContext: RawContextKey; export declare const IsIOSContext: RawContextKey; export declare const IsMobileContext: RawContextKey; export declare const IsDevelopmentContext: RawContextKey; export declare const ProductQualityContext: RawContextKey; export declare const InputFocusedContextKey = "inputFocus"; export declare const InputFocusedContext: RawContextKey;