/** @hidden */
export interface NgxMercadopagoConfiguration {
    publishKey: string;
    pathSDK?: string;
}
