import { Registration, Credentials } from "../types"; import { Is } from "@byte.london/byteguards"; export declare const isCredentials: Is; export declare const isRegistration: Is;