declare class Webform { startPaymentWEB(params: any): Promise; } declare const WEBFORM: Webform; export { WEBFORM, };