import { RangeLimitError } from "./RangeLimitError";
export declare class AmountTooSmallError extends RangeLimitError {
}
