Variable _DropboxConst

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