// @flow /** * Flowtype definitions for get-payment-link * Generated by Flowgen from a Typescript Definition * Flowgen v1.5.8 * Author: [Joar Wilk](http://twitter.com/joarwilk) * Repo: http://github.com/joarwilk/flowgen */ import { IdentityProof } from "./identity-proof"; declare export var getPaymentLink: ( paymentBaseUrl: string, registration: IdentityProof ) => string;