import { AddressDTO } from '../common';
export declare class InstrumentUserDataDTO {
    readonly billing_address: AddressDTO;
}
