import Big from "big.js"; import { ErrorFactory } from "./errorChecker"; export declare function assertExist(value: any, errorFactory: ErrorFactory): asserts value is T; export declare function assertBig(value: any, errorFactory: ErrorFactory): asserts value is Big;