import { BmbyEntity } from "./BmbyEntity"; export declare class File extends BmbyEntity { constructor(); readonly id: string; readonly url: string; }