export declare const setQuality: (q: number | undefined) => void;
export declare const getQuality: () => number | undefined;
