import { BusinessRulesInterface } from "../components"; declare const getTransactionTypeLabel: (options: BusinessRulesInterface["options"]["transactionTypeName"], type: string) => string | null; export default getTransactionTypeLabel;