import { SessionInterface } from '../auth/session/types'; export declare function requestPayment(session: SessionInterface, isTest: boolean): Promise; //# sourceMappingURL=request_payment.d.ts.map