import { IntrospectedNamespace } from "../gir/namespace.js";
import { NSRegistry } from "../gir/registry.js";
/** Shell 14 was introduced with GNOME 45 */
export declare const shell14: {
    namespace: string;
    version: string;
    modifier(namespace: IntrospectedNamespace, registry: NSRegistry): void;
};
/** Shell 15 was introduced with GNOME 47 */
export declare const shell15: {
    namespace: string;
    version: string;
    modifier(namespace: IntrospectedNamespace, registry: NSRegistry): void;
};
/** Shell 16 was introduced with GNOME 48 */
export declare const shell16: {
    namespace: string;
    version: string;
    modifier(namespace: IntrospectedNamespace, registry: NSRegistry): void;
};
