import type { PortalPaymentTransaction } from "@/model/transaction"; export declare const useBillLink: () => { getBillLink: (transaction: PortalPaymentTransaction) => string | null; };