export declare enum BacklogItemType { Epic = "epic", Feature = "feature", Story = "story", Task = "task", Bug = "bug" }