import type { TankerOptions } from '@tanker/core'; import { Tanker as TankerCore } from '@tanker/core'; declare class Tanker extends TankerCore { constructor(options: TankerOptions); authenticateWithIdP: (oidcProviderId: string) => Promise; } export { errors, fromBase64, toBase64, prehashPassword, prehashAndEncryptPassword, Padding } from '@tanker/core'; export { Tanker }; export default Tanker; //# sourceMappingURL=index.d.ts.map