import { Context, Effect, Layer } from "effect"; import { AuthError, ValidationError } from "../../../shared/types.js"; declare const PasswordService_base: Context.TagClass Effect.Effect; readonly verify: (password: string, hash: string) => Effect.Effect; readonly validatePasswordStrength: (password: string) => Effect.Effect; }>; export declare class PasswordService extends PasswordService_base { static Live: Layer.Layer; } export {}; //# sourceMappingURL=PasswordService.d.ts.map