export declare const ENV: string;
export declare const DEV: boolean;
export declare const _ERROR_SESSION_ID = "Invalid Session Id. Did you forget to call Session.gRPC(call)?";
export declare const _ERROR_SESSION_EXPIRED = "Session has been expired.";
export declare const _ERROR_SESSION_DATA = "Invalid Session Data. Did you forget to call Session.gRPC(call)?";
