export interface NatTypeResponse {
    type: string;
    error?: string;
}
export declare function parseNatTypeResponse(data: any): NatTypeResponse;
