export declare enum RouterDirection {
    from = "from",
    to = "to"
}
