/** Details of a street number struct */
export interface StreetNumberDetails {
    /** Hexacle is a French unique identifier of the address */
    hexacle?: string;
    /** Street number */
    number: string;
}
//# sourceMappingURL=StreetNumberDetails.d.ts.map