import { Product } from '../../types';
declare const TRANSACTION_URL_PATHS: Record<Product, string>;
export { TRANSACTION_URL_PATHS };
