export interface Flags {
    webCodecs?: boolean | {
        video?: boolean;
        audio?: boolean;
    };
    hardware?: boolean;
}
