/**
 * The base error class of kyber-ts.
 */
export declare class MlKemError extends Error {
    constructor(e: unknown);
}
//# sourceMappingURL=errors.d.ts.map