import { Sample } from './Sample'; import { SampleAuthed } from './SampleAuthed'; export declare const sample: { PublicClass: typeof Sample; AuthedClass: typeof SampleAuthed; };