declare function isRunningLocally(): boolean;
declare function isRunningInProd(): boolean;

export { isRunningInProd, isRunningLocally };
