export declare const $AppEnvironment: { properties: { name: { type: string; }; displayName: { type: string; }; messagingProtocols: { type: string; contains: { type: string; }; }; permissions: { type: string; }; }; };