export declare const getChromiumDisableWebSecurity: () => boolean;
export declare const setChromiumDisableWebSecurity: (should: boolean) => void;
export declare const getIgnoreCertificateErrors: () => boolean;
export declare const setChromiumIgnoreCertificateErrors: (should: boolean) => void;
