/** * Finds statically declared Livewire routes. Dynamic route definitions are * deliberately omitted because they cannot provide a sound component type. */ export declare function scanLivewireRoutes(file: string): Promise>;