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