export interface FileRouterPluginOptions {
    pagesDir: string;
    notFoundPage?: string;
    loadingComponent?: string;
}
