import { SecretType } from '../../SecretType'; export declare abstract class BuildSignRequestBaseDto { walletId: string; secretType: SecretType; }