export declare class InstrumentInfoDto { id: string | null; paymentWallet: string; paymentInstrument: string; constructor(d?: InstrumentInfoDto); }