/** * Check if a GStreamer element/plugin is available */ export declare const isPluginAvailable: (elementName: string) => boolean; export declare const arePluginsAvailable: (plugins: string[]) => boolean; export declare const isWindows: boolean;