/** * Check whether it is development in local */ export declare const isLocalDev: () => string | false;