interface Env { DATAMITSU_DEV_MODE: boolean; } export declare const env: () => Env; export {};