declare function checkOverflow(): void;
declare const _default: {
    checkOverflow: typeof checkOverflow;
};
export default _default;
