import type { PaymentRequestParams, SignedRequest } from './types/request'; export declare class RequestBuilder { private projectId; private password; constructor(projectId: number, password: string); buildRequest(params: PaymentRequestParams): SignedRequest; buildRequestUrl(params: PaymentRequestParams, basePaymentUrl: string): string; buildRepeatRequest(orderId: string, amount: number, currency: string): SignedRequest; private createRequest; } //# sourceMappingURL=request-builder.d.ts.map