export declare enum Shelf {
    READ = "read",
    TOREAD = "to-read",
    CURRENTLYREADING = "currently-reading"
}
