import { NewAddress } from '../types'; export declare function newAddress(address?: NewAddress): { addressId: string; addressType: string; city: string; complement: string; country: string; geoCoordinates: number[]; neighborhood: string; number: string; postalCode: string; receiverName: string; reference: string; state: string; street: string; addressQuery: string; };