import { StoryboardTree } from "./interfaces"; export declare function computeRoutes(tree: StoryboardTree): string[];