import { BigNumber } from 'ethers'; export declare const ZERO_BYTES32 = "0x0000000000000000000000000000000000000000000000000000000000000000"; export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; export declare const FIELD_SIZE: BigNumber; export * from '../utils'; export * from './merkle-tree'; export * from './note'; export * from './utxo'; export * from './typed-chain-id'; export * from './keypair';