import type { IO } from 'fp-ts/IO'; import type { AuthState } from '../..'; export type Param = (authState: AuthState) => IO; export type Unsubscribe = IO; export type Fn = (p: Param) => IO; //# sourceMappingURL=OnAuthStateChanged.d.ts.map