import type { AuthImplementation } from '../AuthImplementation.js'; export declare const useToken: (authImplementation: AuthImplementation) => () => Promise; //# sourceMappingURL=useToken.d.ts.map