import type { PaymentPolicy, PaymentPolicyEntityContext } from "@voyant-travel/finance"; import type { PostgresJsDatabase } from "drizzle-orm/postgres-js"; export declare function resolveCruiseBookingPaymentPolicy(db: PostgresJsDatabase, bookingId: string): Promise; export declare function resolveCruiseEntityPaymentPolicy(db: PostgresJsDatabase, context: PaymentPolicyEntityContext): Promise; export declare function resolveCruiseSupplierId(db: PostgresJsDatabase, context: PaymentPolicyEntityContext): Promise;