import type { Payments } from './types'; export declare function payments(applicationId: string, locationId?: string, overrides?: { scriptSrc?: string; }): Promise;