import { TransactionType } from "@dhealth/sdk"; export declare class TransactionTypes { static getTransactionType(type: TransactionType): string; }