export declare const $MsgVpnRestDeliveryPointRestConsumer: { properties: { restConsumerName: { type: string; isRequired: boolean; }; remotePort: { type: string; minimum: number; }; remoteHost: { type: string; minLength: number; pattern: string; }; tlsEnabled: { type: string; }; enabled: { type: string; isRequired: boolean; }; authenticationScheme: { type: string; }; authenticationHttpBasicUsername: { type: string; maxLength: number; minLength: number; }; authenticationHttpBasicPassword: { type: string; maxLength: number; minLength: number; }; authenticationHttpHeaderName: { type: string; maxLength: number; minLength: number; }; authenticationHttpHeaderValue: { type: string; maxLength: number; minLength: number; }; httpMethod: { type: string; }; maxPostWaitTime: { type: string; minimum: number; }; outgoingConnectionCount: { type: string; minimum: number; }; retryDelay: { type: string; }; trustedCNs: { type: string; contains: { type: string; }; }; attributes: { type: string; }; tags: { type: string; }; }; };