declare class DistributorErrors {
    static errNotEnoughFunds: Error;
}
export default DistributorErrors;
