export declare function getSelectedAppId(): string | undefined; export declare function setSelectedAppId(appId: string): void; export declare function clearSelectedAppId(): void; /** * Get the effective app ID (env var takes precedence over selected) */ export declare function getEffectiveAppId(): string | undefined; /** * Check if the app ID is locked (configured via environment variable) */ export declare function isAppIdLocked(): boolean; //# sourceMappingURL=state.d.ts.map