/**
 * The number of seconds to keep appIds
 * @author Gabe Abrams
 */
declare const APP_ID_LIFESPAN_SEC: number;
export default APP_ID_LIFESPAN_SEC;
