import { WindowHapiModuleWithConstructorArgs, WindowHapiClassInterface } from "./window"; import { ProductPriceCurrency } from "../product"; export type WindowHapiAuth = WindowHapiModuleWithConstructorArgs<{ partnerToken: string | undefined; clientToken: string | undefined; walletCurrency: ProductPriceCurrency; }, { readonly core: WindowHapiClassInterface; }>; //# sourceMappingURL=auth.types.d.ts.map