import { PaymentContext, SdkBinaryResponse, SdkContext } from "../../model"; import { ErrorResponse } from "../model/domain"; export declare function getFile(sdkContext: SdkContext): (merchantId: string, fileId: string, paymentContext?: PaymentContext | null) => Promise>;