import { isly } from "isly"; import { Generator as OtpGenerator } from "./Generator"; export type Otp = string; export declare namespace Otp { export import Generator = OtpGenerator; const type: isly.Type; const is: (value: any | string) => value is string; const flaw: (value: string | any) => isly.Flaw; }