/** * Test if the error is a security error returned by the browser when cookies or local storage are blocked. * Adapted from the Argos CI project. */ export declare function checkIsSecurityError(error: unknown): error is Error; //# sourceMappingURL=security-error.d.ts.map