export declare function generateLivewireContract(options: { appRoot: URL; classNamespace: string; viewNamespace: string; routesFile: string; }): Promise<{ manifestPath: string; declarationsPath: string; }>;