import { Methods, BigintFlowMethods, Flow } from '../types';
export declare const bigIntMethods: BigintFlowMethods;
export declare const bigintFlow: <M extends Methods<bigint>>(value: bigint, methods?: M) => Flow<bigint> & M & BigintFlowMethods;
