export type ENV_SOURCE = "eas" | "file";
export interface AppConfig {
    checkUpdateStatusUrl?: string;
}
//# sourceMappingURL=types.d.ts.map