export declare function Android(label?: string, options?: Record): import("../index.ts").Node; export declare function Centos(label?: string, options?: Record): import("../index.ts").Node; export declare function Debian(label?: string, options?: Record): import("../index.ts").Node; export declare function IOS(label?: string, options?: Record): import("../index.ts").Node; export declare function LinuxGeneral(label?: string, options?: Record): import("../index.ts").Node; export declare function Raspbian(label?: string, options?: Record): import("../index.ts").Node; export declare function RedHat(label?: string, options?: Record): import("../index.ts").Node; export declare function Suse(label?: string, options?: Record): import("../index.ts").Node; export declare function Ubuntu(label?: string, options?: Record): import("../index.ts").Node; export declare function Windows(label?: string, options?: Record): import("../index.ts").Node;