import { OpenapiCreateCertificatePaymentDto } from '@escapenavigator/types/dist/openapi/certificates/openapi-create-certificate-payment.dto'; import { OpenapiCreatePaymentRO } from '@escapenavigator/types/dist/openapi/shared/openapi-create-payment.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = OpenapiCreateCertificatePaymentDto; type ResponseData = OpenapiCreatePaymentRO; export declare const certificatePaypalPayment: ApiMethodDeclaration; export {};