import { BitcoinFeeDto } from './BitcoinFeeDto';
export declare class BitcoinTransactionPreparationDto {
    fees: BitcoinFeeDto[];
}
