import { isly } from "isly"; import { Base64 } from "../Base64"; export interface Hash { hash: Base64; salt: Base64; } export declare namespace Hash { const type: import("isly/dist/types/object").IslyObject; const is: (value: Hash | any) => value is Hash; const flaw: (value: Hash | any) => isly.Flaw; }