import { Fp2 } from './fp2.js';
declare const fp2_non_residue: Fp2;
declare const GAMMA_1S: Fp2[];
declare const NEG_GAMMA_13: Fp2;
declare const GAMMA_2S: Fp2[];
declare const GAMMA_3S: Fp2[];
export { fp2_non_residue, GAMMA_1S, GAMMA_2S, GAMMA_3S, NEG_GAMMA_13 };
