export declare class InvoiceApi { static PUBLIC_INVOINCE_ENDPOINT: string; static sendLinkToPayOnlineRequest: (orderId: string) => Promise>; }