import { Payment } from './payment'; import { ConstructorInterface } from "../interface"; export declare class Picpay { payment: Payment; constructor(params: ConstructorInterface); }