import { Valr } from './Valr'; import { ValrAuthed } from './ValrAuthed'; export declare const valr: { PublicClass: typeof Valr; AuthedClass: typeof ValrAuthed; };