import { CheckoutSdkEnvironment } from '@mangopay/checkout-sdk-elements-core'; import { ViewCardInput } from './view-card-input'; import { ViewCardResult } from './view-card-result'; export declare const viewCard: ( clientId: string, data: ViewCardInput, environment?: CheckoutSdkEnvironment ) => Promise;