export declare const $Endpoint: { properties: { protocol: { type: string; }; transport: { type: string; maxLength: number; minLength: number; pattern: string; }; secure: { type: string; }; compressed: { type: string; }; uri: { type: string; maxLength: number; minLength: number; pattern: string; }; msgVpn: { type: string; maxLength: number; }; }; };