import { PaymentLink, PaymentLinkResponse } from '../interfaces'; export declare const getAllPaymentLinks: (accessToken: string) => Promise; export declare const createPaymentLink: (accessToken: string, info: PaymentLink) => Promise;