import { type ComponentMirror, type Provider } from '@angular/core'; /** * Provide bootstrap listeners to ensure the rendered state matches the settled component state after applying component inputs. * @param mirror The component mirror, to detect component inputs * @param props Properties applied to the component in the Astro file * @returns A providers array for the server renderer */ export declare function provideBootstrapListener(mirror: ComponentMirror, props: Record): Provider[]; //# sourceMappingURL=server-providers.d.ts.map