export interface ConnectionIPDTO {
    ip?: string;
}
export declare function parseConnectionIPDTO(data: any): ConnectionIPDTO;
