import { APIClient } from "@edgefirst-dev/api-client"; export declare class PwnedPasswords extends APIClient { constructor(); protected after(response: Response): Promise; isPwned(hash: string): Promise; static hash(value: string): string; }