export declare const persistMuteOption: (option: boolean) => void;
export declare const loadMuteOption: () => boolean;
