import { Env } from '../shared/runtime.js'; /** * Contructor */ declare type Conf = { devAppId: string; extra: SenReg; senreg: string; }; declare const conf: Record; /** * Module exports */ export default conf;