import type { TaskEither } from 'fp-ts/TaskEither'; import type { Provider } from '../..'; export type Error = Provider; export type Fn = TaskEither; //# sourceMappingURL=SignOut.d.ts.map