import type ts from 'typescript'; export declare function compile(program: ts.Program, routerName: string, routesDir: string): string;