import { HandlePayRequestParams } from '../types'; export declare const handlePayRequest: ({ address, chargeHandler, productId, }: HandlePayRequestParams) => Promise; //# sourceMappingURL=handlePayRequest.d.ts.map