import { KyberService } from "./kyber.service";
/**
 * Kyber KEM 1024 implementation
 */
export declare class Kyber1024Service extends KyberService {
    private static paramsK;
    constructor();
    /**
     * String representation of the Kyber version
     */
    getAlgorithm(): string;
}
