import { BlockchainSymbol } from '../../../constants'; export declare class AddMintAddressesDto { encryptedSecretKeys: string[]; blockchainSymbol: BlockchainSymbol; }