export declare const ZERO: bigint;
export declare const ONE: bigint;
export declare const TWO: bigint;
export declare const enum Q_OPERATION {
    ROUND_UP = 0,
    ROUND_DOWN = 1
}
