/** * A function that receives a challenge and resolves a promise with a string token. * @deprecated The Authenticator type is not currently in use. */ export declare type Authenticator = (challenge: unknown) => Promise; //# sourceMappingURL=credentials.d.ts.map