export declare class DynamicRoute {
    path: string;
    file: string;
    model: any;
    content?: string;
}
