import type { Nominal, TypeChecker } from "../types.ts"; export type Base64String = Nominal; export declare const isBase64String: TypeChecker;