Variable _DropboxConst

_Dropbox: {
    name: string;
    options: {
        cacheTTL: { required: false; type: "number" };
        client: { required: true; type: "object" };
    };
    create(options: DropboxOptions & Partial<SharedConfig>): DropboxFS;
    isAvailable(): boolean;
} = ...

Type declaration