import { IdentityProof } from './identity-proof';
export declare const getPaymentLink: (paymentBaseUrl: string, registration: IdentityProof) => string;
