/** * SecurityKey object. */ export declare abstract class SecurityKey { /** * SecurityKey constructor. */ constructor(); }