/**
 * SecurityKey constructor.
 */
export declare abstract class SecurityKey extends Object {
    constructor();
    /**
     * Reset the internal state.
     */
    abstract reset(): void;
}
