import { EventSpecType } from "../../interfaces/event"; export declare function isAppStudio(): boolean; export declare function getEnvValue(name: string): string; export declare function getEventSpecType(eventSpecObject: any): EventSpecType;