export declare const $AppConnection: { properties: { protocol: { type: string; }; state: { type: string; maxLength: number; minLength: number; pattern: string; }; uptime: { type: string; maximum: number; }; roundtripTime: { type: string; maximum: number; }; clientAddress: { type: string; maxLength: number; minLength: number; pattern: string; }; }; };