import { Gate } from './Gate'; import { GateAuthed } from './GateAuthed'; export declare const gate: { PublicClass: typeof Gate; AuthedClass: typeof GateAuthed; };