export interface SellerAddressLines {
    address?: string;
    city?: string;
    country?: string;
    postcode?: string;
    state?: string;
}
export declare namespace SellerAddressLines {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=sellerAddressLines.d.ts.map