/// import { PaymentRequestParams } from './index'; declare const getConfig: (onShowFail?: jest.Mock<{}> | undefined, removeOptions?: boolean | undefined) => PaymentRequestParams; export default getConfig;