import type { Constant } from './constants.d';
declare const constants: Constant;
export default constants;
