type NoCodeConstants = { noCodeDomain: string; }; declare const noCodeConstants: NoCodeConstants; export default noCodeConstants;